forked from M-Labs/it-infra
nixbld: remove topquark12 user
This commit is contained in:
parent
4c7a2dfce3
commit
af27584100
|
@ -388,13 +388,6 @@ in
|
||||||
];
|
];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
users.extraUsers.topquark12 = {
|
|
||||||
isNormalUser = true;
|
|
||||||
extraGroups = ["afws"];
|
|
||||||
openssh.authorizedKeys.keys = [
|
|
||||||
"ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGtaB32Ri1O7zRVG+1ADXmhwbK0r8R+c5W1RJd7cab5O9jp10wI+0JArFgK8u4m9oaR1rrVy4ym8wWMNu8vGKVTgyK+6UK87qTD96pnzwTyvzKCMOIHVBAPsnVfdOSKXLQ=="
|
|
||||||
];
|
|
||||||
};
|
|
||||||
users.extraUsers.therobs12 = {
|
users.extraUsers.therobs12 = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = ["afws"];
|
extraGroups = ["afws"];
|
||||||
|
|
Loading…
Reference in New Issue