From cd47cdfcdfd27e6e0080ed1e6e685fe620ea9f55 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Sat, 1 Jun 2024 16:15:46 +0000 Subject: [PATCH] starlight: no nix gc --- flake.lock | 26 +++++++++++++------------- system/starlight/default.nix | 7 ++----- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/flake.lock b/flake.lock index f946c47..515e7f2 100644 --- a/flake.lock +++ b/flake.lock @@ -314,11 +314,11 @@ ] }, "locked": { - "lastModified": 1717020155, - "narHash": "sha256-Xpyv9i02ineeGakmmzd45hkBgy2a7Zf/3d6amM6MUb4=", + "lastModified": 1717097707, + "narHash": "sha256-HC5vJ3oYsjwsCaSbkIPv80e4ebJpNvFKQTBOGlHvjLs=", "owner": "nix-community", "repo": "home-manager", - "rev": "1b589257f72c9c54e92d1d631e988e5346156736", + "rev": "0eb314b4f0ba337e88123e0b1e57ef58346aafd9", "type": "github" }, "original": { @@ -380,11 +380,11 @@ "lix": { "flake": false, "locked": { - "lastModified": 1717037144, - "narHash": "sha256-2AkPzDqF9qndYRZFnb5ovvCiDEMfZ9N5RujV2mMuHUk=", - "rev": "218630a241d71ea5c136f72e1aaaf2299df6a0b1", + "lastModified": 1717235651, + "narHash": "sha256-SIr+8aqg8QyV6c4NYi322Md+AxsayLQez5nwynrrY/8=", + "rev": "5312e60be6aba84fab91e6d82af0b1aeccdfe981", "type": "tarball", - "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/218630a241d71ea5c136f72e1aaaf2299df6a0b1.tar.gz" + "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/5312e60be6aba84fab91e6d82af0b1aeccdfe981.tar.gz" }, "original": { "type": "tarball", @@ -438,11 +438,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1716987116, - "narHash": "sha256-uuEkErFVsFdg2K0cKbNQ9JlFSAm/xYqPr4rbPLI91Y8=", + "lastModified": 1717248095, + "narHash": "sha256-e8X2eWjAHJQT82AAN+mCI0B68cIDBJpqJ156+VRrFO0=", "owner": "nixos", "repo": "nixos-hardware", - "rev": "8251761f93d6f5b91cee45ac09edb6e382641009", + "rev": "7b49d3967613d9aacac5b340ef158d493906ba79", "type": "github" }, "original": { @@ -453,11 +453,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1716769173, - "narHash": "sha256-7EXDb5WBw+d004Agt+JHC/Oyh/KTUglOaQ4MNjBbo5w=", + "lastModified": 1716948383, + "narHash": "sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "9ca3f649614213b2aaf5f1e16ec06952fe4c2632", + "rev": "ad57eef4ef0659193044870c731987a6df5cf56b", "type": "github" }, "original": { diff --git a/system/starlight/default.nix b/system/starlight/default.nix index 0287d38..ccfeee8 100644 --- a/system/starlight/default.nix +++ b/system/starlight/default.nix @@ -27,11 +27,6 @@ inputs.private.nixosModules.starlight ]; - # Temporary fix since openvswitch tests are flaky - nixpkgs.overlays = [ - (final: prev: { openvswitch = prev.openvswitch.overrideAttrs { doCheck = false; }; }) - ]; - # Network networking.hostName = "starlight"; services.udev.extraRules = '' @@ -115,6 +110,8 @@ services.udev.packages = with pkgs; [ uhk-udev-rules ]; + nix.gc.automatic = lib.mkForce false; + # Home home-manager.users.artemis = { programs.git.signing.key = lib.mkForce "3D2BB230F9FAF0C5183246DD4FDC96F161E7BA8A";