From 8187c8a77f28e17ebbf3bc3ca0adbc217815907a Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 4 Jan 2025 00:16:06 -0500 Subject: [PATCH] nullbox: fix for agenix + impermanence --- hosts/nullbox/impermanence.nix | 4 ++++ 1 file changed, 4 insertions(+) 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;