fix: forgejo needs module from nixos-unstable
All checks were successful
Flake checks / Check (pull_request) Successful in 17m50s

for SSH access
This commit is contained in:
teutat3s 2023-11-19 02:23:34 +01:00
parent 8bc731da6e
commit 7037abb8f3
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

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"
];
}