summaryrefslogtreecommitdiff
path: root/share/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'share/common.nix')
-rw-r--r--share/common.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/common.nix b/share/common.nix
index e458291..97614e8 100644
--- a/share/common.nix
+++ b/share/common.nix
@@ -105,14 +105,14 @@ in
"/var/lib/nixos"
# systemd timers
- { directory = "/var/lib/systemd/timers"; user = "root"; group = "root"; mode = "u=rwx,g=rx,o=rx"; }
+ "/var/lib/systemd/timers"
# alsa state for persistent sound settings
- { directory = "/var/lib/alsa"; user = "root"; group = "root"; mode = "u=rwx,g=rx,o=rx"; }
+ "/var/lib/alsa"
# 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"; }
+ "/etc/NetworkManager"
+ "/var/lib/NetworkManager"
];
};