fix binary caching
This commit is contained in:
+2
-9
@@ -20,6 +20,8 @@
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
nix.settings.trusted-users = [ "root" "@wheel" ];
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
vim
|
||||
@@ -49,15 +51,6 @@
|
||||
|
||||
system.stateVersion = "25.11"; # set per machine
|
||||
|
||||
nix.settings.substituters = [
|
||||
"https://cache.nixos.org"
|
||||
"https://nix-community.cachix.org"
|
||||
];
|
||||
nix.settings.trusted-public-keys = [
|
||||
"cache.nixos.org-1:6nchdd59x431o0gwypbmraurkbj16zpmqfgspcdshjy="
|
||||
"nix-community.cachix.org-1:mb9fsh9qf2dcimdsuo8zy7bkq5cx+/rkcwyvrcyg3fs="
|
||||
];
|
||||
|
||||
imports = [
|
||||
./zen.nix
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user