This commit is contained in:
Hadi 2024-08-22 15:32:46 +02:00
parent bbe0574051
commit 4b3f43e402

View File

@ -33,6 +33,8 @@
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
networking.networkmanager.enable = true;
users.users.${config.var.username} = { users.users.${config.var.username} = {
openssh.authorizedKeys.keys = [ config.var.sshPublicKey ]; openssh.authorizedKeys.keys = [ config.var.sshPublicKey ];
}; };