summaryrefslogtreecommitdiff
path: root/config/users.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/users.nix')
-rw-r--r--config/users.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/users.nix b/config/users.nix
index 8d8715c..c6b2e7d 100644
--- a/config/users.nix
+++ b/config/users.nix
@@ -5,7 +5,10 @@
isSystemUser = true;
shell = pkgs.busybox-sandbox-shell;
group = "nixremote";
- openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgohiYF2Dsaq6ImGaslnKJMwpiVtwAaM9cm1tpSRr7t root@kerberos"];
+ openssh.authorizedKeys.keys = [
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgohiYF2Dsaq6ImGaslnKJMwpiVtwAaM9cm1tpSRr7t root@kerberos"
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGstvYymapGvkjvKbFqkMZtE9ft9uEM13n8q798HtOT+ root@hermes"
+ ];
};
groups.nixremote = {};
};