Auto-commit: 2026-01-05 19:51:07
This commit is contained in:
@@ -1,26 +1,15 @@
|
|||||||
{
|
{
|
||||||
options,
|
options,
|
||||||
|
host,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "LillyPC";
|
hostName = "${host}";
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
timeServers = options.networking.timeServers.default ++ ["pool.ntp.org"];
|
timeServers = options.networking.timeServers.default ++ ["pool.ntp.org"];
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = false;
|
enable = false;
|
||||||
allowedTCPPorts = [
|
|
||||||
22
|
|
||||||
80
|
|
||||||
443
|
|
||||||
59010
|
|
||||||
59011
|
|
||||||
8080
|
|
||||||
];
|
|
||||||
allowedUDPPorts = [
|
|
||||||
59010
|
|
||||||
59011
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
|
|||||||
Reference in New Issue
Block a user