checks/simulacrum: test with limited services
This commit is contained in:
parent
6de09da138
commit
a9f7c368d2
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ testers.runNixOSTest {
|
|||
specialArgs.depot.hours.${node}.nixos
|
||||
./modules/nixos/age-dummy-secrets
|
||||
./modules/nixos/external-storage.nix
|
||||
] ++ depot'.config.cluster.config.out.injectNixosConfig node;
|
||||
] ++ depot'.config.cluster.config.out.injectNixosConfigForServices [ "consul" "certificates" "nginx" "wireguard" "frangiclave" ] node;
|
||||
|
||||
boot.kernel.sysctl."net.ipv4.ip_forward" = "1";
|
||||
networking = {
|
||||
|
|
Loading…
Reference in a new issue