change configuration.nix to work from first install

This commit is contained in:
2025-08-25 23:21:41 +02:00
parent 376d6b5c7b
commit 9c4c12ec42
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
imports =
[
/etc/nixos/hardware-configuration.nix
./hardware-configuration.nix
];
boot.loader.systemd-boot.enable = true;
@@ -18,6 +18,7 @@
time.timeZone = "Europe/Oslo";
services.gnome.gnome-keyring.enable = true;
swapDevices = [ {device = "/swapfile"; size = 8192; } ];
services.pipewire = {
enable = true;
@@ -124,4 +125,3 @@
system.stateVersion = "25.05"; # dont change ever
}