diff --git a/flake.lock b/flake.lock index 9aecc38..4dc2a6b 100644 --- a/flake.lock +++ b/flake.lock @@ -50,11 +50,11 @@ "yafas": "yafas" }, "locked": { - "lastModified": 1718192721, - "narHash": "sha256-WZapX7ItutPs9Dxr8p4IAjmNNTmI5wNur4bBj6CONqw=", + "lastModified": 1718291710, + "narHash": "sha256-yp3pQStGFCd0qSAULA7RaI9evMRZHPuN4dUuNNOhH80=", "owner": "chaotic-cx", "repo": "nyx", - "rev": "798d56d819cd7d46ba9202afe81040887ac868ef", + "rev": "edbd85ef842fad14b8fe26cad2067868674dcf8d", "type": "github" }, "original": { @@ -230,11 +230,11 @@ ] }, "locked": { - "lastModified": 1717931644, - "narHash": "sha256-Sz8Wh9cAiD5FhL8UWvZxBfnvxETSCVZlqWSYWaCPyu0=", + "lastModified": 1718243258, + "narHash": "sha256-abBpj2VU8p6qlRzTU8o22q68MmOaZ4v8zZ4UlYl5YRU=", "owner": "nix-community", "repo": "home-manager", - "rev": "3d65009effd77cb0d6e7520b68b039836a7606cf", + "rev": "8d5e27b4807d25308dfe369d5a923d87e7dbfda3", "type": "github" }, "original": { @@ -272,11 +272,11 @@ ] }, "locked": { - "lastModified": 1718081048, - "narHash": "sha256-dwKvamucNK8gB6RTTfnBeBbBgjARQgHQph8PdHZoL3s=", + "lastModified": 1718173451, + "narHash": "sha256-ySzjpSDAmecKsoSqgqjKfEsgzRMiI87pLLJgY8haP+s=", "owner": "Jovian-Experiments", "repo": "Jovian-NixOS", - "rev": "f27db3a9a8c21a65c1ef50cacca3ef2bfff04cb9", + "rev": "326c1ab2b816f520d298b7a4319a0b50cde01c48", "type": "github" }, "original": { diff --git a/garnix.yaml b/garnix.yaml index 24aefd0..9f9755c 100644 --- a/garnix.yaml +++ b/garnix.yaml @@ -1,4 +1,6 @@ builds: - exclude: [] include: - - nixosConfigurations.silverfox.* + - nixosConfigurations.* + exclude: + - nixosConfigurations.arcticfox.* + - nixosConfigurations.sakhalin.* diff --git a/hosts/whitefox/nix.nix b/hosts/whitefox/nix.nix index b46ef07..126b223 100644 --- a/hosts/whitefox/nix.nix +++ b/hosts/whitefox/nix.nix @@ -18,13 +18,19 @@ }; settings = { + trusted-users = [ + "root" + "ocfox" + ]; nix-path = [ "nixpkgs=${inputs.nixpkgs}" ]; substituters = [ "https://cache.nixos.org/" "https://nix-community.cachix.org" + "https://cache.garnix.io" ]; trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ]; auto-optimise-store = true; };