nullbox: fix for agenix + impermanence
This commit is contained in:
parent
74a9151823
commit
8187c8a77f
@ -49,6 +49,10 @@ in {
|
|||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "subvol=/nixos/volatile" ];
|
options = [ "subvol=/nixos/volatile" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# agenix fix
|
||||||
|
fileSystems."/etc/ssh".neededForBoot = true;
|
||||||
|
|
||||||
environment.persistence = {
|
environment.persistence = {
|
||||||
"/persist/nobackup" = {
|
"/persist/nobackup" = {
|
||||||
hideMounts = true;
|
hideMounts = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user