diff options
Diffstat (limited to '')
-rw-r--r-- | configuration.nix (renamed from config.nix) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.nix b/configuration.nix index a5dbd64..eac33b7 100644 --- a/config.nix +++ b/configuration.nix @@ -3,6 +3,7 @@ { imports = [ + ./hardware-configuration.nix ./env.nix ./packages.nix ./bootloader.nix @@ -13,4 +14,5 @@ ./cups.nix ./args.nix ]; + system.stateVersion = "23.05"; } |