summaryrefslogtreecommitdiff
path: root/hosts/sif/hw.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/sif/hw.nix')
-rw-r--r--hosts/sif/hw.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/sif/hw.nix b/hosts/sif/hw.nix
index c63cc4a8..f3b20580 100644
--- a/hosts/sif/hw.nix
+++ b/hosts/sif/hw.nix
@@ -8,7 +8,7 @@
8 options = [ "fmask=0022" "dmask=0022" ]; 8 options = [ "fmask=0022" "dmask=0022" ];
9 }; 9 };
10 "/.bcachefs" = 10 "/.bcachefs" =
11 { device = "/dev/sif/nvm0:/dev/sif/nvm1"; 11 { device = "/dev/mapper/sif-nvm0:/dev/mapper/sif-nvm1";
12 fsType = "bcachefs"; 12 fsType = "bcachefs";
13 neededForBoot = true; 13 neededForBoot = true;
14 }; 14 };