0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

[Backport release-24.11] nixos/acme: Set /var/lib/acme permissions to 755 (#359583)

This commit is contained in:
Franz Pletz 2024-11-27 15:18:29 +01:00 committed by GitHub
commit fb8b9c20ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -967,6 +967,7 @@ in {
users.users.acme = {
home = "/var/lib/acme";
homeMode = "755";
group = "acme";
isSystemUser = true;
};