aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2026-09-12 20:27:51 +0000
committerKumar Damani <me@kumardamani.net>2026-09-12 20:27:51 +0000
commit2ddb7f291f5ceb47dcbdeb79158c10ce563ee391 (patch)
tree4d8d18c804be81cdfdae16b076aad5592aeab13c
parent6f086eaa3c864df690c75a9af5685a2604a9f27d (diff)
new key to base config
-rw-r--r--nix/per-host/base/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/per-host/base/configuration.nix b/nix/per-host/base/configuration.nix
index 8b34249..06d4bcb 100644
--- a/nix/per-host/base/configuration.nix
+++ b/nix/per-host/base/configuration.nix
@@ -49,10 +49,12 @@
};
users.users.jefe.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAYYjB+fK4JFlJSY6Ax48p38eSuDG12VQVqP+WSrWGuO"
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILD30HCL18K56oUNMvnwqMsnmJbqXuieVfHnqCnksrqR"
];
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAYYjB+fK4JFlJSY6Ax48p38eSuDG12VQVqP+WSrWGuO"
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILD30HCL18K56oUNMvnwqMsnmJbqXuieVfHnqCnksrqR"
];
# Default filesystem