server/fili/services/auth/default.nix
Jana Dönszelmann c40e6e3255
Some checks failed
/ lint (push) Waiting to run
/ build (push) Has been cancelled
update flake and more pocketid
2026-01-03 02:00:28 +01:00

6 lines
68 B
Nix

_: {
imports = [
./oauth2-proxy.nix
./pocketid.nix
];
}