Compare commits
2 commits
9060e8bfbe
...
fb520a417c
Author | SHA1 | Date | |
---|---|---|---|
fb520a417c | |||
cac73262dc |
2 changed files with 14 additions and 0 deletions
|
@ -27,4 +27,16 @@
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
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"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,4 +31,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix.settings.trusted-users = ["nathan"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue