Fix tmpfiles entry for runtime dir
This commit is contained in:
parent
7c0825b46c
commit
d8d531aa00
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ in {
|
|||
};
|
||||
users.groups.appvm.gid = 1337;
|
||||
users.allowNoPasswordLogin = true;
|
||||
systemd.tmpfiles.rules = ["d ${runtimeDir} 1337 1337 -"];
|
||||
systemd.tmpfiles.rules = ["d ${runtimeDir} 0755 1337 1337 -"];
|
||||
|
||||
# Configure services
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue