fix: forgejo needs module from nixos-unstable for SSH access to work #68

Merged
teutat3s merged 1 commit from fix/forgejo-ssh into main 2023-11-19 12:58:56 +00:00

View file

@ -29,10 +29,14 @@
./apps/matrix/synapse.nix
./apps/nginx-matrix.nix
# Override with module from nixos-unstable, needs to be added
# to disabledModules as well
"${flake.inputs.unstable}/nixos/modules/services/misc/gitea.nix"
"${flake.inputs.unstable}/nixos/modules/services/web-apps/mastodon.nix"
];
disabledModules = [
"services/misc/gitea.nix"
"services/web-apps/mastodon.nix"
];
}