summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/sif/hw.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/sif/hw.nix b/hosts/sif/hw.nix
index 81349dda..e567c37d 100644
--- a/hosts/sif/hw.nix
+++ b/hosts/sif/hw.nix
@@ -11,7 +11,6 @@
11 { options = [ 11 { options = [
12 "x-systemd.requires=/dev/disk/by-id/dm-name-sif-nvm0" 12 "x-systemd.requires=/dev/disk/by-id/dm-name-sif-nvm0"
13 "x-systemd.requires=/dev/disk/by-id/dm-name-sif-nvm1" 13 "x-systemd.requires=/dev/disk/by-id/dm-name-sif-nvm1"
14 "casefold_disabled"
15 ]; 14 ];
16 device = "/dev/disk/by-uuid/fe7bdaac-d2f3-4535-a635-e2fb97ef3802"; 15 device = "/dev/disk/by-uuid/fe7bdaac-d2f3-4535-a635-e2fb97ef3802";
17 fsType = "bcachefs"; 16 fsType = "bcachefs";
@@ -26,7 +25,7 @@
26 # system.etc.overlay.enable = false; 25 # system.etc.overlay.enable = false;
27 26
28 boot.initrd.systemd.packages = [ 27 boot.initrd.systemd.packages = [
29 (pkgs.writeTextDir "/etc/systemd/system/-sysroot-.bcachefs.mount.d/block_scan.conf" '' 28 (pkgs.writeTextDir "/etc/systemd/system/sysroot-.bcachefs.mount.d/block_scan.conf" ''
30 [Mount] 29 [Mount]
31 Environment=BCACHEFS_BLOCK_SCAN=1 30 Environment=BCACHEFS_BLOCK_SCAN=1
32 '') 31 '')