fix NM persistence

This commit is contained in:
Grimmauld 2024-12-27 15:42:56 +01:00
parent 4f4653b772
commit 66a59d9321
No known key found for this signature in database

View file

@ -68,6 +68,11 @@ in
device = "${persist}/nix/var";
options = [ "bind" ];
};
fileSystems."/etc/NetworkManager/system-connections" = {
device = "${persist}/etc/NetworkManager/system-connections";
options = [ "bind" ];
};
fileSystems."/nix" = {
device = "zpool/nix";