chore: Allow installing Forgejo 1.20
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user