This commit is contained in:
Leon Vita 2022-11-26 14:59:39 +00:00
parent 6bc6834498
commit e141ce6ee0
1 changed files with 3 additions and 3 deletions

View File

@ -28,6 +28,7 @@
vim
python3Full
python310Packages.pip
python310Packages.flask
nmap
htop
wireguard-tools
@ -38,9 +39,8 @@
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";
openssh.authorizedKeys.keys = with import ../../users.nix;
leon.sshKeys;
};