feat(vault01/build): hack! hack! comment out references to vlans-info
All checks were successful
Check meta / check_dns (pull_request) Successful in 15s
Check meta / check_meta (pull_request) Successful in 16s
Check workflows / check_workflows (pull_request) Successful in 24s
Run pre-commit on all files / pre-commit (push) Successful in 28s
Build all the nodes / ap01 (pull_request) Successful in 36s
Build all the nodes / netaccess01 (pull_request) Successful in 22s
Build all the nodes / netcore02 (pull_request) Successful in 20s
Build all the nodes / netcore01 (pull_request) Successful in 37s
Build the shell / build-shell (pull_request) Successful in 24s
Run pre-commit on all files / pre-commit (pull_request) Successful in 24s
Build all the nodes / build01 (pull_request) Successful in 1m37s
Build all the nodes / geo02 (pull_request) Successful in 1m34s
Build all the nodes / bridge01 (pull_request) Successful in 1m44s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m40s
Build all the nodes / geo01 (pull_request) Successful in 1m47s
Build all the nodes / tower01 (pull_request) Successful in 1m43s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m57s
Build all the nodes / rescue01 (pull_request) Successful in 1m55s
Build all the nodes / hypervisor03 (pull_request) Successful in 2m1s
Build all the nodes / web01 (pull_request) Successful in 1m50s
Build all the nodes / web03 (pull_request) Successful in 1m46s
Build all the nodes / storage01 (pull_request) Successful in 2m5s
Build all the nodes / web02 (pull_request) Successful in 2m1s
Build all the nodes / compute01 (pull_request) Successful in 2m36s
Build all the nodes / vault01 (pull_request) Successful in 28m20s

This commit is contained in:
catvayor 2025-03-02 22:16:39 +01:00
parent 11a7950634
commit b261726891
Signed by: lbailly
GPG key ID: CE3E645251AC63F3
2 changed files with 10 additions and 10 deletions

View file

@ -46,7 +46,7 @@
inherit vlan;
spn = "vlan_${toString vlan}@sso.dgnum.eu";
}
) config.networking.vlans-info;
) [ ]; # FIXME: config.networking.vlans-info;
};
authTokenFile = config.age.secrets."radius-auth_token_file".path;

View file

@ -57,13 +57,13 @@
fi
'';
};
environment.defaultPackages = [
(pkgs.callPackage ./fill-vlan_prefixes.nix {
inherit (config.networking) vlans-info;
postgresql = config.services.postgresql.package;
})
(pkgs.callPackage ./nat-request-daddr.nix {
postgresql = config.services.postgresql.package;
})
];
# environment.defaultPackages = [
# (pkgs.callPackage ./fill-vlan_prefixes.nix {
# inherit (config.networking) vlans-info;
# postgresql = config.services.postgresql.package;
# })
# (pkgs.callPackage ./nat-request-daddr.nix {
# postgresql = config.services.postgresql.package;
# })
# ];
}