forked from pub-solar/infra
fix: forgejo needs module from nixos-unstable
for SSH access
This commit is contained in:
parent
8bc731da6e
commit
7037abb8f3
|
@ -29,10 +29,14 @@
|
||||||
./apps/matrix/synapse.nix
|
./apps/matrix/synapse.nix
|
||||||
./apps/nginx-matrix.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"
|
"${flake.inputs.unstable}/nixos/modules/services/web-apps/mastodon.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledModules = [
|
disabledModules = [
|
||||||
|
"services/misc/gitea.nix"
|
||||||
"services/web-apps/mastodon.nix"
|
"services/web-apps/mastodon.nix"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue