summary refs log tree commit diff
path: root/nixos/modules/services/games
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-06-03 03:07:45 +0200
committerSandro Jäckel <sandro.jaeckel@sap.com>2022-06-03 11:41:37 +0200
commit16f28933e7f6b980a5a3c896aeb02f435db63a84 (patch)
treeeecaed688b9aae18d00c668cc1802969c43b7851 /nixos/modules/services/games
parent48b21f661c6dc1f388b640b4fcef4d52de8cdd44 (diff)
downloadnixpkgs-16f28933e7f6b980a5a3c896aeb02f435db63a84.tar
nixpkgs-16f28933e7f6b980a5a3c896aeb02f435db63a84.tar.gz
nixpkgs-16f28933e7f6b980a5a3c896aeb02f435db63a84.tar.bz2
nixpkgs-16f28933e7f6b980a5a3c896aeb02f435db63a84.tar.lz
nixpkgs-16f28933e7f6b980a5a3c896aeb02f435db63a84.tar.xz
nixpkgs-16f28933e7f6b980a5a3c896aeb02f435db63a84.tar.zst
nixpkgs-16f28933e7f6b980a5a3c896aeb02f435db63a84.zip
nixos/asf: set restrictive home permissions
Diffstat (limited to 'nixos/modules/services/games')
-rw-r--r--nixos/modules/services/games/asf.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/games/asf.nix b/nixos/modules/services/games/asf.nix
index 32294d23e90..8e96ea29c34 100644
--- a/nixos/modules/services/games/asf.nix
+++ b/nixos/modules/services/games/asf.nix
@@ -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";