feat(keys): add gallifrey to all machines

This commit is contained in:
Julien Malka 2024-10-13 12:36:15 +02:00
parent 1191da10fe
commit 3c1b8a541e
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -22,6 +22,7 @@
hashedPasswordFile = config.age.secrets.user-root-password.path;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGa+7n7kNzb86pTqaMn554KiPrkHRGeTJ0asY1NjSbpr julien@tower"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMAa0wll9ildhgPiV0DhgJXXtw3TQr5VkNxxxPspHSbX julien@gallifrey"
];
};
}