nullbox: fix for agenix + impermanence

This commit is contained in:
NullBite 2025-01-04 00:16:06 -05:00
parent 74a9151823
commit 8187c8a77f
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -49,6 +49,10 @@ in {
fsType = "btrfs";
options = [ "subvol=/nixos/volatile" ];
};
# agenix fix
fileSystems."/etc/ssh".neededForBoot = true;
environment.persistence = {
"/persist/nobackup" = {
hideMounts = true;