feat: Enable tailscale on physical servers
fix: Fix Nix flake checks
This commit is contained in:
parent
c22d356191
commit
15e0dce041
5 changed files with 21 additions and 4 deletions
|
@ -61,6 +61,7 @@ in
|
|||
nfs-utils # Required for Longhorn
|
||||
];
|
||||
|
||||
# TODO!!!!!
|
||||
networking = {
|
||||
nftables.enable = lib.mkForce false;
|
||||
firewall.enable = lib.mkForce false;
|
||||
|
|
Reference in a new issue