summaryrefslogtreecommitdiff
path: root/modules/users
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-02-14 08:39:34 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2024-02-14 08:39:34 -0700
commit0e5d625ecc2439e9cb030d81ac0d85e881008ed4 (patch)
treee6aac42faddd585b71c1741a320e0fcfef950448 /modules/users
parente6d1a8f53ad698f1fc42b15ff12ad62b2a1e0870 (diff)
must be specified as system or normal user
Diffstat (limited to 'modules/users')
-rw-r--r--modules/users/git.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/users/git.nix b/modules/users/git.nix
index f01dc97..4ded449 100644
--- a/modules/users/git.nix
+++ b/modules/users/git.nix
@@ -3,6 +3,7 @@
mutableUsers = false;
users.git = {
isNormalUser = false;
+ isSystemUser = true;
description = "user for git and building automation";
extraGroups = [ "builders" ];