summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-01-06 18:00:56 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2025-01-06 18:00:56 +0100
commitf43a2dddc1fa2e89b8149d730f281ddfdc42a19c (patch)
tree435edd88f9cc4c39908eb7ca1bb617a69909b52e
parent11bb10d1062470331f6d84b70097be91e97140d2 (diff)
downloadnixos-f43a2dddc1fa2e89b8149d730f281ddfdc42a19c.tar
nixos-f43a2dddc1fa2e89b8149d730f281ddfdc42a19c.tar.gz
nixos-f43a2dddc1fa2e89b8149d730f281ddfdc42a19c.tar.bz2
nixos-f43a2dddc1fa2e89b8149d730f281ddfdc42a19c.tar.xz
nixos-f43a2dddc1fa2e89b8149d730f281ddfdc42a19c.zip
...
-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;