From d30e60036816173d01ca48a0f76dbcf78352a01f Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sun, 28 Jun 2026 13:11:32 +0200 Subject: Moved hosts to be a top level directory instead of under modules --- modules/hosts/herra/configuration.nix | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 modules/hosts/herra/configuration.nix (limited to 'modules/hosts/herra/configuration.nix') diff --git a/modules/hosts/herra/configuration.nix b/modules/hosts/herra/configuration.nix deleted file mode 100644 index a9b1912..0000000 --- a/modules/hosts/herra/configuration.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ - self, - inputs, - ... -}: { - flake.nixosModules.herraConfiguration = { - pkgs, - lib, - ... - }: { - imports = [ - self.nixosModules.herraHardware - inputs.home-manager.nixosModules.home-manager - self.nixosModules.system - self.nixosModules.ngeNiri # NeonGenesisEvangelion rice of niri - self.nixosModules.browser # Configured browser - ]; - - # ... - }; -} -- cgit v1.2.3