diff --git a/flake.lock b/flake.lock index 07bbcf4..bb65369 100644 --- a/flake.lock +++ b/flake.lock @@ -665,11 +665,11 @@ ] }, "locked": { - "lastModified": 1690970947, - "narHash": "sha256-7vOE9NFsNhe3+cpgGZ9ZLuSIzE+b8oNutezmr8tI60w=", + "lastModified": 1691225770, + "narHash": "sha256-O5slH8nW8msTAqVAS5rkvdHSkjmrO+JauuSDzZCmv2M=", "owner": "nix-community", "repo": "home-manager", - "rev": "484a1c94424d296b15af3e6858f08b576b842ec2", + "rev": "0a014a729cdd54d9919ff36b714d047909d7a4c8", "type": "github" }, "original": { @@ -1066,11 +1066,11 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1690971753, - "narHash": "sha256-xrFa1LINjaIcI+N7bhSbyOygjHFGsyUQhFYihyXnafI=", + "lastModified": 1691237572, + "narHash": "sha256-aOYQEPbPEj39TauLhvPoj2gklOPfUo/hDXBhB03xccI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "54a572ac075b0f3e50588a2b799e58f0aa2ecd01", + "rev": "404abaa27acc261d654bd8ec384641200feb8e2a", "type": "github" }, "original": { @@ -1159,11 +1159,11 @@ }, "nixpkgs_stable": { "locked": { - "lastModified": 1690835256, - "narHash": "sha256-SZy/Nvwbf6CorhEsvmjqgjoYNLnRfaKVZMfSnpUDPnc=", + "lastModified": 1691155011, + "narHash": "sha256-O15tC0ysw+fcacEbOzrDrkVNIR+SgtArSGvpgsEqpvA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b7cde1c47b7316f6138a2b36ef6627f3d16d645c", + "rev": "9652a97d9738d3e65cf33c0bc24429e495a7868f", "type": "github" }, "original": { @@ -1195,11 +1195,11 @@ }, "nur": { "locked": { - "lastModified": 1690969459, - "narHash": "sha256-yjMf4/XkZ33jUIhKmOBqQnXeULnZlpOJucflKr9UEbg=", + "lastModified": 1691228774, + "narHash": "sha256-QDue4f9gTqrvIBYZ+cDZpLpQSOogyq+9fD6fGxNQ2ak=", "owner": "nix-community", "repo": "NUR", - "rev": "bd6c774ef64e21d5aa3a4fa05fdd6ba0b502a801", + "rev": "57a4d34b44b8bf536a6e8f4b575ac0691df71653", "type": "github" }, "original": { diff --git a/nixos/common/default.nix b/nixos/common/default.nix index 867f149..22c56cf 100644 --- a/nixos/common/default.nix +++ b/nixos/common/default.nix @@ -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. diff --git a/nixos/hosts/olympus/eevee/configuration.nix b/nixos/hosts/olympus/eevee/configuration.nix index 63ff839..e9e27fb 100644 --- a/nixos/hosts/olympus/eevee/configuration.nix +++ b/nixos/hosts/olympus/eevee/configuration.nix @@ -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 = {