diff options
| author | polwex <polwex@sortug.com> | 2025-10-15 20:13:44 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-10-15 20:13:44 +0700 |
| commit | dbf3c03bd7a285d2bf3530679539f33f5c83d477 (patch) | |
| tree | d866b317112637d86b4bf164aeaf04a402992f25 /hosts | |
| parent | c47302c9517d3d949bd6a3fbdfbda0eca3095eac (diff) | |
m
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/base.nix | 7 | ||||
| -rw-r--r-- | hosts/cloud/span/configuration.nix | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/hosts/base.nix b/hosts/base.nix index d1d8d59..5a65df7 100644 --- a/hosts/base.nix +++ b/hosts/base.nix @@ -24,11 +24,16 @@ ''; settings = { substituters = [ - "https://cache-nixos.org" + "https://cache.nixos.org" "https://polwex.cachix.org" + "https://nix-community.cachix.org" + "https://nix-gaming.cachix.org" ]; trusted-public-keys = [ + "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "polwex.cachix.org-1:6Qk8lW0wZ9omwmURpPQUEDUHAb6Nsb+f+pdH2hppBZY=" + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" ]; keep-outputs = true; diff --git a/hosts/cloud/span/configuration.nix b/hosts/cloud/span/configuration.nix index 01ffddc..28c0748 100644 --- a/hosts/cloud/span/configuration.nix +++ b/hosts/cloud/span/configuration.nix @@ -13,7 +13,7 @@ ./users.nix ../packages.nix ./nginx.nix - # ./mail.nix + ./mail.nix ]; # Bootloader. |
