Add cuda-maintainers from cachix

This commit is contained in:
Torjus Håkestad 2024-07-11 13:21:54 +02:00
parent 58f37bf846
commit a0aa1849b5

View File

@ -119,8 +119,16 @@
}; };
# Enable flakes # Enable flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings = {
nix.settings.trusted-users = [ "root" "torjus" ]; experimental-features = [ "nix-command" "flakes" ];
trusted-users = [ "root" "torjus" ];
substituters = [
"https://cuda-maintainers.cachix.org"
];
trusted-public-keys = [
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
];
};
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# Install system-wide packages # Install system-wide packages