summaryrefslogtreecommitdiff
path: root/hosts/herra
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-28 22:53:18 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-28 22:53:18 +0200
commit7f9380c67e1d0e6fb9f5bfe67f3d60a69ad71da0 (patch)
tree09a7ad9e7d3dac0549ff74b988bc66ab016e0a0e /hosts/herra
parentb4c4a64d7be31e7b1d80027548a0f36a34423daa (diff)
Added herraAudio and herraBoot to herra
Diffstat (limited to 'hosts/herra')
-rw-r--r--hosts/herra/configuration.nix4
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";
};
}