@cryptotaxi247 / infra / commits / cc27094c

hydra-mirror-user: remove isNormalUser

Something is setting isSystemUser=true and both values are mutually exclusive.

Eelco Dolstra committed Sep 8, 2021 at 10:56 UTC cc27094cd8d30e2c672e33a8bdcc6766221c4430
1 file changed -1
modules/hydra-mirror-user.nix
-1
@@ -2,7 +2,6 @@
2 users.users.hydra-mirror =
3 { description = "Channel mirroring user";
4 home = "/home/hydra-mirror";
5 - isNormalUser = true;
5 openssh.authorizedKeys.keys = with import ../ssh-keys.nix; [ eelco rob ];
6 uid = 497;
7 };