summaryrefslogtreecommitdiff
path: root/hosts/sif
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/sif')
-rw-r--r--hosts/sif/hw.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/sif/hw.nix b/hosts/sif/hw.nix
index cf3a0322..d905bebc 100644
--- a/hosts/sif/hw.nix
+++ b/hosts/sif/hw.nix
@@ -21,12 +21,12 @@
21 }; 21 };
22 # system.etc.overlay.enable = false; 22 # system.etc.overlay.enable = false;
23 23
24 boot.initrd.systemd.packages = { 24 boot.initrd.systemd.packages = [
25 (pkgs.writeTextDir "/etc/systemd/system/\\x2ebcachefs.mount.d/block_scan.conf" '' 25 (pkgs.writeTextDir "/etc/systemd/system/\\x2ebcachefs.mount.d/block_scan.conf" ''
26 [Mount] 26 [Mount]
27 Environment=BCACHEFS_BLOCK_SCAN=1 27 Environment=BCACHEFS_BLOCK_SCAN=1
28 '') 28 '')
29 }; 29 ];
30 30
31 # boot.initrd.supportedFilesystems.bcachefs = true; 31 # boot.initrd.supportedFilesystems.bcachefs = true;
32 # boot.initrd.systemd.units."dev-sif-nvm0:-dev-sif-nvm1.device".enable = false; 32 # boot.initrd.systemd.units."dev-sif-nvm0:-dev-sif-nvm1.device".enable = false;