forked from pub-solar/infra
Merge pull request 'fix: forgejo needs module from nixos-unstable for SSH access to work' (#68) from fix/forgejo-ssh into main
Reviewed-on: pub-solar/infra#68 Reviewed-by: b12f <b12f@noreply.git.pub.solar>
This commit is contained in:
commit
a9ac74efc6
|
@ -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"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue