feat: add microbin

This commit is contained in:
Leon Schwarzäugl 2025-06-29 15:35:35 +02:00
parent a21ff3228c
commit 0045d0cb18
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 258 additions and 0 deletions

View file

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