From 4a66d9f267b9795be9c9e00f3140dc8fa88c8660 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 30 Aug 2024 22:14:00 +0200 Subject: [PATCH] feat: move nix store to lambdaos --- hosts/default/configuration.nix | 2 -- hosts/muos/configuration.nix | 4 ++-- hosts/server/configuration.nix | 10 ++++++++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index bace487..9a5d885 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -64,13 +64,11 @@ "https://hyprland.cachix.org" "https://cache.iog.io" "https://cuda-maintainers.cachix.org" - "http://noasserver" ]; trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" "cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E=" - "noasserver:l8yuYbtolNwsOrfQIXuXBAFpl18OYAl/vcmjkI7A5RM=" ]; allowed-uris = [ "github:" diff --git a/hosts/muos/configuration.nix b/hosts/muos/configuration.nix index 88065e9..4f63256 100644 --- a/hosts/muos/configuration.nix +++ b/hosts/muos/configuration.nix @@ -54,13 +54,13 @@ "https://hyprland.cachix.org" "https://cache.iog.io" "https://cuda-maintainers.cachix.org" - "http://noasserver" + "http://192.168.42.5" ]; trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" "cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E=" - "noasserver:l8yuYbtolNwsOrfQIXuXBAFpl18OYAl/vcmjkI7A5RM=" + "192.168.42.5:+zcyHtRvk2otQhHDrDRNMQhp+j+ziVHHhDToC0wqjHE=" ]; }; optimise.automatic = true; diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 778d581..9f18907 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -32,8 +32,14 @@ # auto optimise every so often auto-optimise-store = true; experimental-features = [ "nix-command" "flakes" ]; - substituters = [ "https://hyprland.cachix.org" ]; - trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; + substituters = [ + "https://hyprland.cachix.org" + "http://192.168.42.5" + ]; + trusted-public-keys = [ + "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" + "192.168.42.5:+zcyHtRvk2otQhHDrDRNMQhp+j+ziVHHhDToC0wqjHE=" + ]; allowed-uris = [ "github:"