summaryrefslogtreecommitdiff
path: root/systems/atlas/forgejo.nix
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-20 04:19:27 -0500
committerSeth Flynn <[email protected]>2025-02-20 04:19:27 -0500
commita8cb1f33b2c0ea49c434b5f251fe45938d050f6a (patch)
tree8d5f992762727b93228452278db64332b844c407 /systems/atlas/forgejo.nix
parent257d26ce3886ee8778565d8c214848d64a40ff0d (diff)
nixos: include nginx proxies in mixins
Diffstat (limited to 'systems/atlas/forgejo.nix')
-rw-r--r--systems/atlas/forgejo.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/systems/atlas/forgejo.nix b/systems/atlas/forgejo.nix
deleted file mode 100644
index 1d86e91..0000000
--- a/systems/atlas/forgejo.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- catppuccin.forgejo.enable = true;
-
- services = {
- forgejo.enable = true;
- };
-}