core01: fix #6, remove Dex
This commit is contained in:
parent
09ad6670ed
commit
b581fbcfc5
2 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
./keycloak.nix
|
||||
./acme-dns.nix
|
||||
./backups.nix
|
||||
./dex.nix
|
||||
# ./dex.nix
|
||||
./oauth2_proxy.nix
|
||||
./secrets
|
||||
./matterbridge.nix
|
||||
|
|
|
@ -13,4 +13,6 @@ in
|
|||
];
|
||||
envFile = config.age.secrets.droneKeyFile.path;
|
||||
};
|
||||
|
||||
systemd.services."drone-exec-runner-nix01".after = [ "gitea" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue