summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-07-04 18:52:50 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-07-04 18:52:50 +0200
commitd6b7a53832ec1d8170021a2af8cf490a980d326b (patch)
tree1e84ac6d46a24bb2d5823e1bf6e6a86779cbca3d /common.nix
parent6f43ff0787196c2a71bf67d91111e6a161ff6fcb (diff)
keep NetworkManager connections
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index a5f9c6a..e28fce7 100644
--- a/common.nix
+++ b/common.nix
@@ -131,6 +131,10 @@ in
# nix tmp dir for rebuilds, don't fill our tmpfs root with that
{ directory = "/var/cache/nix"; user = "root"; group = "root"; mode = "u=rwx,g=rx,o=rx"; }
+
+ # NetworkManager connections
+ { directory = "/etc/NetworkManager"; user = "root"; group = "root"; mode = "u=rwx,g=rx,o=rx"; }
+ { directory = "/var/lib/NetworkManager"; user = "root"; group = "root"; mode = "u=rwx,g=rx,o=rx"; }
];
};