From 3228ea6e0188ab24fa6d490d0e06f13ce7a6ff28 Mon Sep 17 00:00:00 2001 From: sajenim Date: Sat, 13 May 2023 16:44:37 +0000 Subject: [PATCH] add authorized key file --- nixos/lavender/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/lavender/configuration.nix b/nixos/lavender/configuration.nix index c7e76e6..5d437dd 100644 --- a/nixos/lavender/configuration.nix +++ b/nixos/lavender/configuration.nix @@ -119,6 +119,7 @@ users.users.admin = { isNormalUser = true; extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. + openssh.authorizedKeys.keyFiles = [ ../fuchsia/id_ed25519_sk.pub ]; }; # List packages installed in system profile. To search, run: