This commit is contained in:
Hadi
2024-06-20 17:43:20 +02:00
parent 636d921341
commit ae48fb8605
4 changed files with 9 additions and 3 deletions

View File

@@ -52,6 +52,7 @@
isNormalUser = true;
description = "${config.var.username} account";
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = [ config.var.sshPublicKey ];
};
services = {