diff --git a/hosts/nullbox/impermanence.nix b/hosts/nullbox/impermanence.nix index de56681..364ddbe 100644 --- a/hosts/nullbox/impermanence.nix +++ b/hosts/nullbox/impermanence.nix @@ -49,6 +49,10 @@ in { fsType = "btrfs"; options = [ "subvol=/nixos/volatile" ]; }; + + # agenix fix + fileSystems."/etc/ssh".neededForBoot = true; + environment.persistence = { "/persist/nobackup" = { hideMounts = true;