Auto-commit: 2026-01-05 19:51:07

This commit is contained in:
2026-01-05 19:51:08 +00:00
parent 86a740d239
commit a9cb316e55

View File

@@ -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 = {