Compare commits
9 commits
43e1e0d1c3
...
c9b12007ce
Author | SHA1 | Date | |
---|---|---|---|
c9b12007ce | |||
bb54c41a9a | |||
43b3ebf203 | |||
4d0f9cd1aa | |||
75e125c95e | |||
ebd1b2d912 | |||
69ca6981b2 | |||
61cbc4e3a2 | |||
6455bc5636 |
3 changed files with 2 additions and 10 deletions
|
@ -14,10 +14,6 @@
|
||||||
./provider.nix
|
./provider.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
simulacrum = {
|
simulacrum.deps = [ "chant" "consul" ];
|
||||||
enable = true;
|
|
||||||
deps = [ "chant" "consul" ];
|
|
||||||
settings = ./test.nix;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
testScript = '''';
|
|
||||||
}
|
|
|
@ -22,8 +22,7 @@ in
|
||||||
config.systemd.packages = pipe config.systemd.services [
|
config.systemd.packages = pipe config.systemd.services [
|
||||||
(filterAttrs (_: v: v.distributed.enable))
|
(filterAttrs (_: v: v.distributed.enable))
|
||||||
(mapAttrsToList (n: v: let
|
(mapAttrsToList (n: v: let
|
||||||
# inherit (v.serviceConfig) ExecStart;
|
inherit (v.serviceConfig) ExecStart;
|
||||||
ExecStart = builtins.trace "for service ${n}" v.serviceConfig.ExecStart;
|
|
||||||
|
|
||||||
cfg = v.distributed;
|
cfg = v.distributed;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue