Compare commits
25 commits
9424a23005
...
956fba2e26
Author | SHA1 | Date | |
---|---|---|---|
956fba2e26 | |||
d502f3b7a8 | |||
692014a7a2 | |||
ae8bd7c757 | |||
fcceab694e | |||
d5cbf4cb42 | |||
d6cb790ea0 | |||
3bed6efe70 | |||
71d8b07494 | |||
89ac9e3bfc | |||
18ed033e90 | |||
74f37bea00 | |||
97b870d288 | |||
cb8bc72452 | |||
51a9788451 | |||
13185f123a | |||
a5540cf905 | |||
634ae84b13 | |||
cf44319565 | |||
836930a191 | |||
6aa6cd2f6b | |||
faf51fa151 | |||
3500c0bbd6 | |||
93517391f4 | |||
effc773f54 |
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ let
|
|||
in
|
||||
{
|
||||
age.secrets.oauth2_proxy-secrets = {
|
||||
file = ../../../secrets/oauth2_proxy-secrets.age;
|
||||
file = ../../../../secrets/oauth2_proxy-secrets.age;
|
||||
owner = "root";
|
||||
group = "root";
|
||||
mode = "0400";
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{ config, extendModules, lib, ... }:
|
||||
|
||||
{
|
||||
perSystem = { pkgs, system, ... }: {
|
||||
checks = lib.mkIf (system == "x86_64-linux") (lib.mapAttrs' (name: svc: let
|
||||
perSystem = { pkgs, ... }: {
|
||||
checks = lib.mapAttrs' (name: svc: let
|
||||
runSimulacrum = pkgs.callPackage ./. {
|
||||
inherit config extendModules;
|
||||
};
|
||||
|
@ -11,6 +11,6 @@
|
|||
value = runSimulacrum {
|
||||
service = name;
|
||||
};
|
||||
}) (lib.filterAttrs (_: svc: svc.simulacrum.enable) config.cluster.config.services));
|
||||
}) (lib.filterAttrs (_: svc: svc.simulacrum.enable) config.cluster.config.services);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue