[NonPersistence] Make NetworkManager's system-connections persistent

This commit is contained in:
Antoine Viallon 2022-02-08 12:14:15 +01:00
parent 9765bc6321
commit fd8a893f9c
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -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 = {