mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-23 20:11:27 +00:00
remove insecure forgejo
This commit is contained in:
parent
819a99f5bf
commit
787936c9e5
|
@ -27,11 +27,6 @@ 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