nix-config/modules/nixos/default.nix
Jan Kremer 1a6247caa0
Disable Forgejo
Realized I don't need this at all. Glad I have a working setup now if I
need one but simply pushing to a bare repository on the server is enough.
2026-02-22 19:49:13 +01:00

12 lines
177 B
Nix

{
imports = [
./copyparty.nix
# ./forgejo.nix
./immich.nix
./jellyfin.nix
# ./minecraft.nix
./paperless.nix
./samba.nix
./tailscale.nix
];
}