diff options
Diffstat (limited to 'hosts/profiles.nix')
| -rw-r--r-- | hosts/profiles.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/hosts/profiles.nix b/hosts/profiles.nix index ba49050..21f0a90 100644 --- a/hosts/profiles.nix +++ b/hosts/profiles.nix @@ -55,7 +55,7 @@ in { }; }; - getchoo.nixos.enable = true; + getchoo.base.enable = true; system.stateVersion = "23.05"; } ]; @@ -68,9 +68,8 @@ in { modules = [ ragenix.nixosModules.default - ../modules/base - ../modules/nixos - ../modules/server + ../modules/nixos/base + ../modules/nixos/server { getchoo.server.enable = true; |
