waffentrager: use nginx gid instead of uid
This commit is contained in:
parent
3b285229d7
commit
4e0b7b6dd0
|
@ -13,7 +13,7 @@
|
||||||
what = "acme@valkyrie:/var/lib/acme";
|
what = "acme@valkyrie:/var/lib/acme";
|
||||||
where = "/var/lib/mnt_acme";
|
where = "/var/lib/mnt_acme";
|
||||||
type = "fuse.sshfs";
|
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";
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue