From 7f9380c67e1d0e6fb9f5bfe67f3d60a69ad71da0 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sun, 28 Jun 2026 22:53:18 +0200 Subject: Added herraAudio and herraBoot to herra --- hosts/herra/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/herra/configuration.nix') 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"; }; } -- cgit v1.2.3