Auto-commit: 2026-01-05 20:23:27
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user