Adjust NixOS config and tailscale setup
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
# extraFlags = ["--node-taint preferNoSchedule=true:NoSchedule"];
|
||||
};
|
||||
myModules.nixified-ai.enable = true;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
# boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot.loader.systemd-boot.configurationLimit = 5;
|
||||
|
||||
|
||||
1
nixos/secrets/htpassword
Normal file
1
nixos/secrets/htpassword
Normal file
@@ -0,0 +1 @@
|
||||
colonelpanic:$apr1$UNhF1naX$BaWw4XVcz7G5QVm9XSjTI0
|
||||
@@ -57,10 +57,10 @@ makeEnable config "myModules.tailscale" true {
|
||||
fi
|
||||
|
||||
# First-time (or post-logout) login.
|
||||
${pkgs.tailscale}/bin/tailscale up \\
|
||||
--auth-key "file:$key_file" \\
|
||||
--accept-dns=true \\
|
||||
--operator=imalison \\
|
||||
${pkgs.tailscale}/bin/tailscale up \
|
||||
--auth-key "file:$key_file" \
|
||||
--accept-dns=true \
|
||||
--operator=imalison \
|
||||
--timeout=60s
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user