ceres: allow rhea to log in
Graham Christensen committed
Mar 30, 2022 at 18:56 UTC
5083f062c629cabd05f425182ecd198ff9b68726
2 files changed
+2
-2
delft/ceres.nix
+2
@@ -30,6 +30,8 @@
30
'';
31
*/
32
33
+ users.users.root.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFGb3dx+qYxNXvU27fIX5YUG57+dRN1k1hRXkFZ17ZrX root@rhea" ];
34
+
35
fileSystems."/boot" =
36
{ device = "/dev/disk/by-label/boot";
37
fsType = "ext4";
delft/rhea/default.nix
-2
@@ -10,8 +10,6 @@
10
# ../packet-importer.nix
11
];
12
13
- users.users.root.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKFclIiTNjds+cgXNGJOpNF+7t4U0WTHBzKsOZZ/9cSu" ];
14
-
13
# This is a Hetzner machine, but when trying to set this machine up
14
# I found the Hetzner NixOps plugin isn't able to create robot
15
# sub-accounts, and even if I can get past that with