From 051ad4bbb24ad4cc7b9fc71c254a7ae3c54544ea Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 30 Jul 2024 18:15:35 +0200 Subject: ... --- hosts/sif/hw.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/sif/hw.nix b/hosts/sif/hw.nix index 050ae53f..4e4b3649 100644 --- a/hosts/sif/hw.nix +++ b/hosts/sif/hw.nix @@ -3,12 +3,12 @@ { fileSystems = { "/boot" = - { device = "LABEL=boot"; + { label = "boot"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; }; "/.bcachefs" = - { device = "LABEL=sif"; + { label = "sif"; fsType = "bcachefs"; neededForBoot = true; }; @@ -58,7 +58,7 @@ }; swapDevices = [ - { device = "/dev/disk/by-label/swap"; } + { label = "swap"; } ]; nix.settings.max-jobs = 12; -- cgit v1.2.3