fix: forgejo needs module from nixos-unstable for SSH access to work #68
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue