diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-08-05 21:43:37 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-08-05 21:45:32 -0600 |
| commit | 5b0ef836787a6d5b2bcf390899e7357e5255d515 (patch) | |
| tree | ba610c1e5bfd1afb5c9c5e747645d1b543638548 /nixos/services/default.nix | |
| parent | 4dc88ab6f4572f0f7e18fed1ae96d1f794507fb1 (diff) | |
nixos/services: remove forgejo
Diffstat (limited to 'nixos/services/default.nix')
| -rw-r--r-- | nixos/services/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/services/default.nix b/nixos/services/default.nix index 36b456a..5ce655e 100644 --- a/nixos/services/default.nix +++ b/nixos/services/default.nix @@ -4,7 +4,5 @@ pkgs, ... }: { - imports = [ - ./forgejo - ]; + imports = []; } |
