updated wiring for hub feature enable

This commit is contained in:
2026-04-03 08:37:21 -05:00
parent 304df327e3
commit f3d75b9ba5
2 changed files with 7 additions and 7 deletions

View File

@@ -294,7 +294,7 @@ in
script = ''
cat > /etc/nixos/hub-overrides.nix <<'EOF'
# Auto-generated by Sovran Hub do not edit manually
{ ... }:
{ lib, ... }:
{
}
EOF
@@ -303,4 +303,4 @@ EOF
networking.firewall.allowedTCPPorts = [ 8937 ];
};
}
}