Added tower key to all machines

This commit is contained in:
Julien Malka 2023-01-07 12:56:30 +01:00
parent ffb4472f67
commit 6d6bb6d004
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -13,6 +13,7 @@
shell = lib.mkForce config.users.defaultUserShell;
group = "root";
passwordFile = config.sops.secrets.user-root-password.path;
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGa+7n7kNzb86pTqaMn554KiPrkHRGeTJ0asY1NjSbpr julien@tower" ];
};