added k3s

This commit is contained in:
2026-02-03 18:30:04 -05:00
parent d18a3752c0
commit 0bd3febaa6
3 changed files with 34 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./homeassistant.nix
./k3-cluster.nix
];
# Bootloader.
@@ -136,7 +137,7 @@
8123
config.services.home-assistant.config.http.server_port
];
# networking.firewall.allowedUDPPorts = [ ... ];
networking.firewall.allowedUDPPorts = [];
# Or disable the firewall altogether.
# networking.firewall.enable = false;