mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-06 16:14:17 +00:00
chore: Allow installing Forgejo 1.20
This commit is contained in:
parent
2475d18a7d
commit
363d18421d
|
@ -27,6 +27,11 @@ in
|
||||||
# ./resources/limits.nix
|
# ./resources/limits.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# We have to use this version to be able to migrate from Gitea.
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"forgejo-1.20.6-1-unstable-2024-04-18"
|
||||||
|
];
|
||||||
|
|
||||||
fileSystems."/".options = [ "noatime" ];
|
fileSystems."/".options = [ "noatime" ];
|
||||||
|
|
||||||
services.selfprivacy-api.enable = true;
|
services.selfprivacy-api.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue