diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/herra/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/herra/configuration.nix b/hosts/herra/configuration.nix index a9b1912..9fee455 100644 --- a/hosts/herra/configuration.nix +++ b/hosts/herra/configuration.nix @@ -11,11 +11,13 @@ imports = [ self.nixosModules.herraHardware inputs.home-manager.nixosModules.home-manager + self.nixosModules.herraAudio + self.nixosModules.herraBoot self.nixosModules.system self.nixosModules.ngeNiri # NeonGenesisEvangelion rice of niri self.nixosModules.browser # Configured browser ]; - # ... + networking.hostName = "herra"; }; } |
