This commit is contained in:
2024-11-03 15:58:05 -06:00
parent a24a20026e
commit 4a26e15163
2 changed files with 13 additions and 12 deletions

View File

@@ -103,7 +103,8 @@
users.users."nathan" = {
isNormalUser = true;
hashedPasswordFile = config.sops.secrets."nathan/pass".path;
initialPassword = "7567";
#hashedPasswordFile = config.sops.secrets."nathan/pass".path;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsU69CxfQk58CvItPN426h5Alnpb60SH37wet97Vb57 nathan@laptop"
@@ -226,7 +227,7 @@
traefik.enable = true;
#authentik.enable = true;
authentik.enable = true;
gitlab.enable = false;
};