diff options
| author | Fuwn <[email protected]> | 2024-10-02 21:32:27 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-02 21:32:27 -0700 |
| commit | a5736384d6b86c6dce9e06110cc709d6c3439605 (patch) | |
| tree | d8e0e036b09c775e4bb99507ef4dcaad94cc3b50 /modules/core | |
| parent | flake: switch pia to Fuwn/nixos-pia (diff) | |
| download | nixos-config-a5736384d6b86c6dce9e06110cc709d6c3439605.tar.xz nixos-config-a5736384d6b86c6dce9e06110cc709d6c3439605.zip | |
hosts: organise like modules
Diffstat (limited to 'modules/core')
| -rw-r--r-- | modules/core/nix/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/core/nix/default.nix b/modules/core/nix/default.nix index 951b676..4824ae8 100644 --- a/modules/core/nix/default.nix +++ b/modules/core/nix/default.nix @@ -58,6 +58,7 @@ # "https://cache.flox.dev" "https://cache.iog.io" "https://ezkea.cachix.org" + "https://nix-gaming.cachix.org" ]; trusted-public-keys = [ @@ -70,6 +71,7 @@ # "flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs=" "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" "ezkea.cachix.org-1:ioBmUbJTZIKsHmWWXPe1FSFbeVe+afhfgqgTSNd34eI=" + "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" ]; experimental-features = [ |