Compare commits

..

No commits in common. "fb520a417ca6085096a9c3d90eb50bc046fea08c" and "9060e8bfbe7e6165afe4f86b344e10b2b8993d7f" have entirely different histories.

2 changed files with 0 additions and 14 deletions

View file

@ -27,16 +27,4 @@
system.stateVersion = "24.11";
nixpkgs.config.allowUnfree = true;
# Caches
nix.settings = {
trusted-public-keys = [
"nix-cache.stranger.systems:DrIF2T1eqAsxWQIz/HvjO7TxtcJwpg0nMAbPfndvvzw="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
substituters = [
"https://nix-cache.stranger.systems"
"https://nix-community.cachix.org"
];
};
}

View file

@ -31,6 +31,4 @@
];
};
};
nix.settings.trusted-users = ["nathan"];
}