{hydra,tarball}-mirror: remove unnecessary ssh keys
Pierre Bourdon committed
Feb 21, 2024 at 00:34 UTC
79daa55f4a05148d550a057424ad881769b12950
2 files changed
-3
bastion/configuration.nix
-2
@@ -35,8 +35,6 @@ in
35
"python2.7-urllib3-1.26.2"
36
];
37
38
- users.extraUsers.tarball-mirror.openssh.authorizedKeys.keys = [ sshKeys.eelco ];
39
-
38
users.extraUsers.deploy = {
39
description = "NixOps deployments";
40
isNormalUser = true;
modules/hydra-mirror.nix
-1
@@ -47,7 +47,6 @@ in
47
users.users.hydra-mirror =
48
{ description = "Channel mirroring user";
49
home = "/home/hydra-mirror";
50
- openssh.authorizedKeys.keys = (import ../ssh-keys.nix).infra-core;
50
uid = 497;
51
group = "hydra-mirror";
52
};