feat(keys): add gallifrey to all machines

This commit is contained in:
Luj 2024-10-13 12:36:15 +02:00
parent e3819ec8ae
commit 70a128b2e1

View file

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