summaryrefslogtreecommitdiff
path: root/hel
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-12 23:22:03 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-12 23:22:03 +0200
commit420f7b257b8a3993c3714cd237a8267ade1530b5 (patch)
treee1d730e2448f6ab09159b78fefbded2b35883cc3 /hel
parent8d2ff5312e4b056fe892a6345fe3afa8ee99b3de (diff)
downloadnixos-420f7b257b8a3993c3714cd237a8267ade1530b5.tar
nixos-420f7b257b8a3993c3714cd237a8267ade1530b5.tar.gz
nixos-420f7b257b8a3993c3714cd237a8267ade1530b5.tar.bz2
nixos-420f7b257b8a3993c3714cd237a8267ade1530b5.tar.xz
nixos-420f7b257b8a3993c3714cd237a8267ade1530b5.zip
better device names
Diffstat (limited to 'hel')
-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;