From cdd176c16ea6da5ff090bb4bdcf946191b8f5072 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 30 Jul 2024 18:13:18 +0000 Subject: ... --- hosts/sif/hw.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/sif/hw.nix b/hosts/sif/hw.nix index ad0d3927..c63cc4a8 100644 --- a/hosts/sif/hw.nix +++ b/hosts/sif/hw.nix @@ -8,7 +8,7 @@ options = [ "fmask=0022" "dmask=0022" ]; }; "/.bcachefs" = - { label = "sif"; + { device = "/dev/sif/nvm0:/dev/sif/nvm1"; fsType = "bcachefs"; neededForBoot = true; }; @@ -55,6 +55,11 @@ fsType = "none"; options = [ "bind" ]; }; + "/etc/NetworkManager/system-connections" = + { device = "/.bcachefs/etc/NetworkManager/system-connections"; + fsType = "none"; + options = [ "bind" ]; + }; }; boot.initrd.systemd.services."unlock-bcachefs-${utils.escapeSystemdPath "/.bcachefs"}".enable = false; -- cgit v1.2.3