feat: Enable tailscale on physical servers

fix: Fix Nix flake checks
This commit is contained in:
Pim Kunis 2024-07-22 22:54:08 +02:00
parent c22d356191
commit 15e0dce041
5 changed files with 21 additions and 4 deletions

View file

@ -61,6 +61,7 @@ in
nfs-utils # Required for Longhorn
];
# TODO!!!!!
networking = {
nftables.enable = lib.mkForce false;
firewall.enable = lib.mkForce false;