This commit is contained in:
Vivian 2023-08-08 09:35:58 +02:00
parent 8f6ee24c40
commit 13d20e27a6
3 changed files with 15 additions and 15 deletions

View file

@ -665,11 +665,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1690970947, "lastModified": 1691225770,
"narHash": "sha256-7vOE9NFsNhe3+cpgGZ9ZLuSIzE+b8oNutezmr8tI60w=", "narHash": "sha256-O5slH8nW8msTAqVAS5rkvdHSkjmrO+JauuSDzZCmv2M=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "484a1c94424d296b15af3e6858f08b576b842ec2", "rev": "0a014a729cdd54d9919ff36b714d047909d7a4c8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1066,11 +1066,11 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1690971753, "lastModified": 1691237572,
"narHash": "sha256-xrFa1LINjaIcI+N7bhSbyOygjHFGsyUQhFYihyXnafI=", "narHash": "sha256-aOYQEPbPEj39TauLhvPoj2gklOPfUo/hDXBhB03xccI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "54a572ac075b0f3e50588a2b799e58f0aa2ecd01", "rev": "404abaa27acc261d654bd8ec384641200feb8e2a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1159,11 +1159,11 @@
}, },
"nixpkgs_stable": { "nixpkgs_stable": {
"locked": { "locked": {
"lastModified": 1690835256, "lastModified": 1691155011,
"narHash": "sha256-SZy/Nvwbf6CorhEsvmjqgjoYNLnRfaKVZMfSnpUDPnc=", "narHash": "sha256-O15tC0ysw+fcacEbOzrDrkVNIR+SgtArSGvpgsEqpvA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b7cde1c47b7316f6138a2b36ef6627f3d16d645c", "rev": "9652a97d9738d3e65cf33c0bc24429e495a7868f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1195,11 +1195,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1690969459, "lastModified": 1691228774,
"narHash": "sha256-yjMf4/XkZ33jUIhKmOBqQnXeULnZlpOJucflKr9UEbg=", "narHash": "sha256-QDue4f9gTqrvIBYZ+cDZpLpQSOogyq+9fD6fGxNQ2ak=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "bd6c774ef64e21d5aa3a4fa05fdd6ba0b502a801", "rev": "57a4d34b44b8bf536a6e8f4b575ac0691df71653",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -77,7 +77,7 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = 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 # Limit the systemd journal to 100 MB of disk or the
# last 7 days of logs, whichever happens first. # last 7 days of logs, whichever happens first.

View file

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