From 420f7b257b8a3993c3714cd237a8267ade1530b5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 12 May 2016 23:22:03 +0200 Subject: better device names --- hel/hw.nix | 4 ++-- 1 file 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 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-label/hel-btrfs"; + { device = "/dev/hel/btrfs"; fsType = "btrfs"; }; @@ -20,7 +20,7 @@ }; swapDevices = - [ { device = "/dev/disk/by-label/hel-swap"; } + [ { device = "/dev/hel/swap"; } ]; nix.maxJobs = lib.mkDefault 4; -- cgit v1.2.3