nixos/services: remove forgejo

This commit is contained in:
Alejandro Soto 2025-08-05 21:43:37 -06:00
parent 263b27cbb2
commit adc44af3a0
No known key found for this signature in database
GPG key ID: A2C4C79764EE8F16
2 changed files with 1 additions and 69 deletions

View file

@ -4,7 +4,5 @@
pkgs,
...
}: {
imports = [
./forgejo
];
imports = [];
}