Auto-commit: 2026-01-05 20:23:27

This commit is contained in:
2026-01-05 20:23:27 +00:00
parent 2ae6a40c56
commit 0860c70087

View File

@@ -1,11 +1,11 @@
{ options, host, ... }:
{ options, host, lib, ... }:
{
networking = {
hostName = "${host}";
networkmanager.enable = true;
timeServers = options.networking.timeServers.default ++ ["pool.ntp.org"];
firewall = {
enable = false;
enable = lib.mkDefault false;
};
};
services.tailscale = {