From 2a5bf55ea71ff8af6b9241730537ac98a2663f02 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 30 Jul 2024 18:30:00 +0200 Subject: ... --- hosts/sif/hw.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/sif/hw.nix b/hosts/sif/hw.nix index 4e4b3649..ad0d3927 100644 --- a/hosts/sif/hw.nix +++ b/hosts/sif/hw.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ config, lib, pkgs, utils, ... }: { fileSystems = { @@ -56,6 +56,7 @@ options = [ "bind" ]; }; }; + boot.initrd.systemd.services."unlock-bcachefs-${utils.escapeSystemdPath "/.bcachefs"}".enable = false; swapDevices = [ { label = "swap"; } -- cgit v1.2.3