summaryrefslogtreecommitdiff
path: root/hosts/sif/hw.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-07-30 19:25:50 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2024-07-30 19:25:50 +0000
commitf92ff4faf08e066c89a7fe76ed804d7f4451f95c (patch)
treea9a169362c5317928dc00e344d52d821b3273335 /hosts/sif/hw.nix
parentcdd176c16ea6da5ff090bb4bdcf946191b8f5072 (diff)
downloadnixos-f92ff4faf08e066c89a7fe76ed804d7f4451f95c.tar
nixos-f92ff4faf08e066c89a7fe76ed804d7f4451f95c.tar.gz
nixos-f92ff4faf08e066c89a7fe76ed804d7f4451f95c.tar.bz2
nixos-f92ff4faf08e066c89a7fe76ed804d7f4451f95c.tar.xz
nixos-f92ff4faf08e066c89a7fe76ed804d7f4451f95c.zip
...
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 };