mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[NonPersistence] Make NetworkManager's system-connections persistent
This commit is contained in:
parent
9765bc6321
commit
fd8a893f9c
1 changed files with 4 additions and 0 deletions
|
|
@ -40,6 +40,10 @@ in
|
||||||
machine-id.source = "${persistFolder}/etc/machine-id";
|
machine-id.source = "${persistFolder}/etc/machine-id";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.tmpfiles.rules = mkAfter (traceValSeq (concatLists [
|
||||||
|
(mkPersist "/etc/NetworkManager/system-connections")
|
||||||
|
]));
|
||||||
|
|
||||||
boot.tmpOnTmpfs = true;
|
boot.tmpOnTmpfs = true;
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue