fix binary caching

This commit is contained in:
2026-05-03 10:19:44 +02:00
parent bf27f17238
commit cb1358a3d5
2 changed files with 15 additions and 9 deletions
+2 -9
View File
@@ -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
];