server/hosts/fili/services/auth/default.nix

6 lines
68 B
Nix

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