diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/nara/configuration.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/nara/configuration.nix b/hosts/nara/configuration.nix index 89b4dc7..1517f20 100644 --- a/hosts/nara/configuration.nix +++ b/hosts/nara/configuration.nix @@ -1,5 +1,9 @@ { self, ... }: { - imports = [ "${self}/modules/mac" ]; + imports = [ + "${self}/modules/base" + "${self}/modules/mac" + ]; + system.stateVersion = 5; } |