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

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