@cryptotaxi247 / infra / commits / 50ba98db

Fix garbas uid conflict

Eelco Dolstra committed Feb 19, 2020 at 21:21 UTC 50ba98dbe076a5af5bb1dd564b0033f34a647cde
1 file changed +1 -1
nixos-org/webserver.nix
+1 -1
@@ -200,7 +200,7 @@ in
200 isSystemUser = false;
201 useDefaultShell = true;
202 openssh.authorizedKeys.keys = [ sshKeys.garbas ];
203 - uid = 1002;
203 + uid = 1006;
204 };
205
206 users.users.irclogs =