1
0
Fork 0

Fix test-config detection

This commit is contained in:
Malte Brandy 2021-07-05 18:34:17 +02:00
parent 492b3ddcea
commit bf602e9f3f

View file

@ -48,7 +48,7 @@ let
REPODIR=. REPODIR=.
''; '';
remoteFlags = "--builders @/etc/nix/machines --max-jobs 0"; remoteFlags = "--builders @/etc/nix/machines --max-jobs 0";
systems = builtins.readDir (builtins.attrNames ../../machines); systems = builtins.attrNames (builtins.readDir ../../machines);
homes = lib.attrNames (import ../../../home-manager/machines.nix); homes = lib.attrNames (import ../../../home-manager/machines.nix);
mkHomeJob = ( mkHomeJob = (
host: { host: {
@ -136,12 +136,6 @@ in
unitConfig.X-StopOnRemoval = false; unitConfig.X-StopOnRemoval = false;
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
#Restart = "on-failure";
#RestartSec = 1;
};
unitConfig = {
#StartLimitIntervalSec = 360;
#StartLimitBurst = 3;
}; };
script = script =
let let