summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/base.nix b/roles/base.nix
index 060cca6..46df60c 100644
--- a/roles/base.nix
+++ b/roles/base.nix
@@ -8,7 +8,7 @@
extraGroups = [ "wheel" ];
shell = pkgs.zsh;
packages = with pkgs; [ git helix curl ];
- openssh.authorizedKeys = [
+ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOpAWpymOovrrdaNh43UHNIifi7hyRjtQZl24gqprUT/ jras@tarrel"
];
};