feat: add croc

This commit is contained in:
Leon Schwarzäugl 2025-06-29 15:31:16 +02:00
parent 6b44dcb023
commit 91fc0227bf
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
8 changed files with 169 additions and 11 deletions

View file

@ -19,6 +19,7 @@
nginx = lib.mkDefault true;
ssh = lib.mkDefault true;
oauth2Proxy = lib.mkDefault true;
croc = lib.mkDefault true;
};
};
};