diff options
| author | toufic ar <contact@toufy.me> | 2026-07-11 15:53:01 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-07-11 15:53:01 +0300 |
| commit | 877d422616aeba3d3c5c5cc561e41450309334e4 (patch) | |
| tree | c9b8dc359f4835dc131fc0a0a41ead7b335a5ff0 | |
| parent | bb2ac5cace467bba61afd3dde1687bf50b3265c0 (diff) | |
| download | servers-877d422616aeba3d3c5c5cc561e41450309334e4.tar.gz servers-877d422616aeba3d3c5c5cc561e41450309334e4.zip | |
set autopush system user
| -rw-r--r-- | adonis/autopush/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/adonis/autopush/default.nix b/adonis/autopush/default.nix index 4a6b85e..6ba66b3 100644 --- a/adonis/autopush/default.nix +++ b/adonis/autopush/default.nix @@ -19,6 +19,7 @@ in { }; users.users."autopush" = { group = "autopush"; + isSystemUser = true; useDefaultShell = true; }; environment.systemPackages = [autopush]; |
