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 = {

View File

@@ -26,6 +26,9 @@
obsidian = false;
tailscale = true;
sshPublicKey =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPG9SE80ZyBcXZK/f5ypSKudaM5Jo3XtQikCnGo0jI5E hadi@nixy";
theme = import ../themes/jack.nix; # select your theme here
};
}