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 = {
|
settings = {
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
tarball-ttl = 0;
|
tarball-ttl = 0;
|
||||||
|
experimental-features = "verified-fetches";
|
||||||
};
|
};
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
|
|
|
@ -22,8 +22,6 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
nix.settings.experimental-features = "verified-fetches";
|
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
"${repo}/machine-confs/${host}.nix"
|
"${repo}/machine-confs/${host}.nix"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue