about summary refs log tree commit diff
path: root/nixos/modules/services/networking/morty.nix
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2019-10-12 22:25:28 +0200
committerJanne Heß <janne@hess.ooo>2019-10-12 22:25:28 +0200
commitd6c08776ba620b7822bd0f0b8614a329ce8157e2 (patch)
treebb2a64407ed5aa062f68239dfd7bfbb2bede6a4d /nixos/modules/services/networking/morty.nix
parentd4f085036b34cba3c60cc8c9ee7d9db965404b1f (diff)
downloadnixlib-d6c08776ba620b7822bd0f0b8614a329ce8157e2.tar
nixlib-d6c08776ba620b7822bd0f0b8614a329ce8157e2.tar.gz
nixlib-d6c08776ba620b7822bd0f0b8614a329ce8157e2.tar.bz2
nixlib-d6c08776ba620b7822bd0f0b8614a329ce8157e2.tar.lz
nixlib-d6c08776ba620b7822bd0f0b8614a329ce8157e2.tar.xz
nixlib-d6c08776ba620b7822bd0f0b8614a329ce8157e2.tar.zst
nixlib-d6c08776ba620b7822bd0f0b8614a329ce8157e2.zip
treewide: Switch to system users
Diffstat (limited to 'nixos/modules/services/networking/morty.nix')
-rw-r--r--nixos/modules/services/networking/morty.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/morty.nix b/nixos/modules/services/networking/morty.nix
index 1b3084fe9abb..e3a6444c1163 100644
--- a/nixos/modules/services/networking/morty.nix
+++ b/nixos/modules/services/networking/morty.nix
@@ -74,6 +74,7 @@ in
       { description = "Morty user";
         createHome = true;
         home = "/var/lib/morty";
+        isSystemUser = true;
       };
 
     systemd.services.morty =