Adjust NixOS config and tailscale setup
This commit is contained in:
@@ -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
1
nixos/secrets/htpassword
Normal file
@@ -0,0 +1 @@
|
|||||||
|
colonelpanic:$apr1$UNhF1naX$BaWw4XVcz7G5QVm9XSjTI0
|
||||||
@@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user