diff --git a/non-persistence.nix b/non-persistence.nix index ad00667..65ece7d 100644 --- a/non-persistence.nix +++ b/non-persistence.nix @@ -40,6 +40,10 @@ in machine-id.source = "${persistFolder}/etc/machine-id"; }; + systemd.tmpfiles.rules = mkAfter (traceValSeq (concatLists [ + (mkPersist "/etc/NetworkManager/system-connections") + ])); + boot.tmpOnTmpfs = true; fileSystems = {