Move verified-fetches to base.nix
This commit is contained in:
parent
a77250f9ff
commit
4d9fcfed6c
2 changed files with 1 additions and 2 deletions
1
base.nix
1
base.nix
|
@ -128,6 +128,7 @@
|
|||
settings = {
|
||||
auto-optimise-store = true;
|
||||
tarball-ttl = 0;
|
||||
experimental-features = "verified-fetches";
|
||||
};
|
||||
gc = {
|
||||
automatic = true;
|
||||
|
|
|
@ -22,8 +22,6 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
nix.settings.experimental-features = "verified-fetches";
|
||||
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
"${repo}/machine-confs/${host}.nix"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue