This commit is contained in:
Leon Vita 2022-11-26 14:56:10 +00:00
parent 8c1b350f1a
commit 966bb7389f
1 changed files with 5 additions and 2 deletions

View File

@ -38,8 +38,11 @@
isNormalUser = true;
extraGroups = [ "wheel" "docker" ];
createHome = true;
openssh.authorizedKeys.keys = with import ../../users.nix;
leon.sshKeys;
openssh.authorizedKeys.keys =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIANupx+diz5N8sGZOc7ZXopyPh9HaML8M7Qh70aVVIaJ leon@leons-Air"
#with import ../../users.nix;
# leon.sshKeys;
};