Skip to content

Commit

Permalink
nixos/asf: set restrictive home permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jun 3, 2022
1 parent 48b21f6 commit 16f2893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/games/asf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 16f2893

Please sign in to comment.