This commit is contained in:
Vivian 2023-08-08 09:35:58 +02:00
parent 86dce0f901
commit 6f76f3f6fe
3 changed files with 15 additions and 15 deletions

View file

@ -77,7 +77,7 @@
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages =
[ "nodejs-16.20.1" "nodejs-14.21.3" "openssl-1.1.1t" "nodejs-16.20.0" "openssl-1.1.1u" ];
[ "nodejs-16.20.1" "nodejs-14.21.3" "openssl-1.1.1t" "nodejs-16.20.0" "openssl-1.1.1u" "openssl-1.1.1v"];
# Limit the systemd journal to 100 MB of disk or the
# last 7 days of logs, whichever happens first.

View file

@ -43,8 +43,8 @@
services.kubo = {
enable = true;
# enableGC = true;
autoMount = true;
enableGC = true;
# autoMount = true;
settings = {
Addresses.API = "/ip4/127.0.0.1/tcp/2324";
Experimental = {