Skip to content

Commit 9fb1833

Browse files
committed
asf: fix permissions
1 parent d74ac19 commit 9fb1833

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nixos/optional-apps/asf.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
};
1212

1313
systemd.tmpfiles.rules = [
14-
"d /var/lib/asf/config 755 root"
15-
"d /var/lib/asf/plugins 755 root"
14+
"d /var/lib/asf 755 1000 1000"
15+
"d /var/lib/asf/config 755 1000 1000"
16+
"d /var/lib/asf/plugins 755 1000 1000"
1617
];
1718

1819
lantian.nginxVhosts."asf.xuyh0120.win" = {

0 commit comments

Comments
 (0)