This commit is contained in:
Leon Vita 2022-11-26 14:58:23 +00:00
parent 966bb7389f
commit dadf8c72c7
1 changed files with 4 additions and 6 deletions

View File

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