fix NM persistence
This commit is contained in:
parent
4f4653b772
commit
66a59d9321
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue