Adjust NixOS config and tailscale setup

This commit is contained in:
2026-02-19 12:07:22 -08:00
committed by Kat Huang
parent 22486c4cf5
commit d6eef4c001
3 changed files with 6 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
# extraFlags = ["--node-taint preferNoSchedule=true:NoSchedule"]; # extraFlags = ["--node-taint preferNoSchedule=true:NoSchedule"];
}; };
myModules.nixified-ai.enable = true; myModules.nixified-ai.enable = true;
boot.kernelPackages = pkgs.linuxPackages_latest; # boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot.configurationLimit = 5; boot.loader.systemd-boot.configurationLimit = 5;

1
nixos/secrets/htpassword Normal file
View File

@@ -0,0 +1 @@
colonelpanic:$apr1$UNhF1naX$BaWw4XVcz7G5QVm9XSjTI0

View File

@@ -57,10 +57,10 @@ makeEnable config "myModules.tailscale" true {
fi fi
# First-time (or post-logout) login. # First-time (or post-logout) login.
${pkgs.tailscale}/bin/tailscale up \\ ${pkgs.tailscale}/bin/tailscale up \
--auth-key "file:$key_file" \\ --auth-key "file:$key_file" \
--accept-dns=true \\ --accept-dns=true \
--operator=imalison \\ --operator=imalison \
--timeout=60s --timeout=60s
''; '';
}; };