From f43a2dddc1fa2e89b8149d730f281ddfdc42a19c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 6 Jan 2025 18:00:56 +0100 Subject: ... --- hosts/sif/hw.nix | 4 ++-- 1 file 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 @@ }; # system.etc.overlay.enable = false; - boot.initrd.systemd.packages = { + boot.initrd.systemd.packages = [ (pkgs.writeTextDir "/etc/systemd/system/\\x2ebcachefs.mount.d/block_scan.conf" '' [Mount] Environment=BCACHEFS_BLOCK_SCAN=1 '') - }; + ]; # boot.initrd.supportedFilesystems.bcachefs = true; # boot.initrd.systemd.units."dev-sif-nvm0:-dev-sif-nvm1.device".enable = false; -- cgit v1.2.3