core01: fix #6, remove Dex

This commit is contained in:
Raito Bezarius 2022-03-05 23:15:38 +01:00
parent 09ad6670ed
commit b581fbcfc5
2 changed files with 3 additions and 1 deletions

View file

@ -19,7 +19,7 @@
./keycloak.nix
./acme-dns.nix
./backups.nix
./dex.nix
# ./dex.nix
./oauth2_proxy.nix
./secrets
./matterbridge.nix

View file

@ -13,4 +13,6 @@ in
];
envFile = config.age.secrets.droneKeyFile.path;
};
systemd.services."drone-exec-runner-nix01".after = [ "gitea" ];
}