feat: add system-features, remove allowed-uris
This commit is contained in:
parent
bdb4d5c5cf
commit
d7c32eafca
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
nix = {
|
||||
settings = {
|
||||
# auto optimise every so often
|
||||
# auto-optimise-store = true;
|
||||
auto-optimise-store = true;
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
substituters = [
|
||||
(lib.mkIf (config.networking.hostName != "nuOS") "https://cache.itepastra.nl")
|
||||
|
|
@ -20,12 +20,12 @@
|
|||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
|
||||
];
|
||||
system-features = [ "kvm" "big-parallel" ];
|
||||
allowed-uris = [
|
||||
"github:"
|
||||
"gitlab:"
|
||||
"https://github.com/"
|
||||
];
|
||||
};
|
||||
optimise.automatic = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue