feat: add cachix repos to common

This commit is contained in:
matt1432 2023-10-20 10:20:12 -04:00
parent 95ec4f4bdc
commit 254dcbe941
4 changed files with 59 additions and 43 deletions
hosts/binto/modules

View file

@ -1,9 +1,4 @@
{ nix-gaming, pkgs, ... }: {
nix.settings = {
substituters = ["https://nix-gaming.cachix.org"];
trusted-public-keys = ["nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="];
};
imports = [
nix-gaming.nixosModules.steamCompat
];