From e7be60895a71b95fe619c4c035afd67867454723 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 5 Aug 2024 17:09:47 -0700 Subject: set the ssh key for user fcuny --- nix/hosts/wildcat/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nix/hosts/wildcat/default.nix') diff --git a/nix/hosts/wildcat/default.nix b/nix/hosts/wildcat/default.nix index f62df7d..8d8edaa 100644 --- a/nix/hosts/wildcat/default.nix +++ b/nix/hosts/wildcat/default.nix @@ -10,6 +10,8 @@ networking.hostName = "fcuny"; networking.domain = "net"; services.openssh.enable = true; - users.users.root.openssh.authorizedKeys.keys = [ ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBkozy+X96u5ciX766bJ/AyQ3xm1tXZTIr5+4PVFZFi'' ]; + users.users.root.openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBkozy+X96u5ciX766bJ/AyQ3xm1tXZTIr5+4PVFZFi" + ]; system.stateVersion = "23.11"; } -- cgit v1.2.3