test
Some checks failed
/ Build Nix targets (push) Successful in 44s
/ build hive configuration (push) Failing after 19s

This commit is contained in:
shobu
2025-11-12 04:15:22 +01:00
parent 26ac144938
commit c901116678
10 changed files with 58 additions and 45 deletions

View File

@@ -29,9 +29,11 @@
networking = {
hostName = "sin";
nameservers = [ "10.0.0.4" ];
networkmanager.enable = true;
dhcpcd.extraConfig = "nohook resolv.conf";
# nameservers = [ "10.0.0.4" ];
# dhcpcd.extraConfig = "nohook resolv.conf";
firewall = {
allowedTCPPorts = [

View File

@@ -1,6 +1,6 @@
{...}: {
services.coredns = {
enable = true;
enable = false;
config = ''
homelab.local {
log