diff options
| author | seth <[email protected]> | 2023-05-08 00:21:41 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-08 00:21:41 -0400 |
| commit | 9cedd06b8589a5d39a7a85e2efe646a8edebac53 (patch) | |
| tree | 8884a1238b0586396bc403098e23e78505ab514e /hosts/profiles.nix | |
| parent | 589c80eb1bcaf76b4a1a7e6f9cdd725fdb04e063 (diff) | |
modules: merge base and nixos
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; |
