waffentrager: use nginx gid instead of uid

This commit is contained in:
Mateusz Słodkowicz 2024-03-23 16:36:22 +01:00
parent 3b285229d7
commit 4e0b7b6dd0
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
what = "acme@valkyrie:/var/lib/acme";
where = "/var/lib/mnt_acme";
type = "fuse.sshfs";
options = "reconnect,gid=${builtins.toString config.ids.uids.nginx},_netdev,rw,nosuid,allow_other,default_permissions,follow_symlinks,idmap=user,compression=yes,identityfile=/materus/root/ssh_host_ed25519_key";
options = "reconnect,gid=${builtins.toString config.ids.gids.nginx},_netdev,rw,nosuid,allow_other,default_permissions,follow_symlinks,idmap=user,compression=yes,identityfile=/materus/root/ssh_host_ed25519_key";
}];
};
}