Add worker nodes.

This commit is contained in:
Tom Alexander
2025-12-15 22:32:32 -05:00
parent 5c58e30709
commit 19971d2463
41 changed files with 1012 additions and 165 deletions

View File

@@ -105,5 +105,6 @@
gptfdisk # cgdisk
];
networking.firewall.enable = false; # TODO: This is just here for debugging / initial development.
# TODO: Maybe use networking.nftables.enable to switch to nftables?
};
}