aboutsummaryrefslogtreecommitdiff
path: root/hosts/vps
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-30 03:50:58 +0200
committerschererleander <leander@schererleander.de>2025-05-30 03:50:58 +0200
commitfa6106b60e077fdc8019daa3076a032f2001586b (patch)
treee684d2747e1c101a80e5b494310acef5306fec2f /hosts/vps
parent46a7f1d1db8688c60d2a3fc5df5d4280288e7f85 (diff)
fix
Diffstat (limited to 'hosts/vps')
-rw-r--r--hosts/vps/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix
index 24e00fb..fa20e15 100644
--- a/hosts/vps/configuration.nix
+++ b/hosts/vps/configuration.nix
@@ -14,7 +14,7 @@
isNormalUser = true;
password = "admin";
extraGroups = [ "wheel" ];
- openssh.authorizedKeys = [
+ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPvlkqlvY4+0o7UIGnFnnRw0HeBq5v7wYJ3kY3teXxxl vps"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINL+r0l2i07pl9V9iiGqw5e2f/QAcrMhuraA25HavdNT github-deploy"
];