mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-22 03:41:26 +00:00
fix permissions
This commit is contained in:
parent
321b079215
commit
4b0dfcd23c
|
@ -97,7 +97,7 @@ in
|
|||
systemd.tmpfiles.rules = [
|
||||
"# Completely remove remnants of NIXOS_LUSTRATE."
|
||||
"R! /old-root"
|
||||
"d /etc/selfprivacy/dump 0755 0755 selfprivacy-api selfprivacy-api"
|
||||
"d /etc/selfprivacy/dump 0700 0700 selfprivacy-api selfprivacy-api"
|
||||
];
|
||||
system.stateVersion =
|
||||
lib.mkIf (config.selfprivacy.stateVersion != null)
|
||||
|
|
Loading…
Reference in a new issue