summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel/hw.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hel/hw.nix b/hel/hw.nix
index 9c5126ad..3bc6c73a 100644
--- a/hel/hw.nix
+++ b/hel/hw.nix
@@ -10,7 +10,7 @@
10 boot.extraModulePackages = [ ]; 10 boot.extraModulePackages = [ ];
11 11
12 fileSystems."/" = 12 fileSystems."/" =
13 { device = "/dev/disk/by-label/hel-btrfs"; 13 { device = "/dev/hel/btrfs";
14 fsType = "btrfs"; 14 fsType = "btrfs";
15 }; 15 };
16 16
@@ -20,7 +20,7 @@
20 }; 20 };
21 21
22 swapDevices = 22 swapDevices =
23 [ { device = "/dev/disk/by-label/hel-swap"; } 23 [ { device = "/dev/hel/swap"; }
24 ]; 24 ];
25 25
26 nix.maxJobs = lib.mkDefault 4; 26 nix.maxJobs = lib.mkDefault 4;