mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-04 23:24:22 +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
|
||||
];
|
||||
|
||||
# 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" ];
|
||||
|
||||
services.selfprivacy-api.enable = true;
|
||||
|
|
Loading…
Reference in a new issue