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