mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
nixos/asf: set restrictive home permissions
This commit is contained in:
parent
48b21f661c
commit
16f28933e7
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ respectively `0` because NixOS takes care of updating everything.
|
|||
users = {
|
||||
users.asf = {
|
||||
home = cfg.dataDir;
|
||||
homeMode = "700";
|
||||
isSystemUser = true;
|
||||
group = "asf";
|
||||
description = "Archis-Steam-Farm service user";
|
||||
|
|
Loading…
Reference in a new issue