diff options
Diffstat (limited to 'hel')
-rw-r--r-- | hel/hw.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |