nixos(system): add system.switch configuration
This commit is contained in:
parent
4b1a06c657
commit
1a1d99df89
1 changed files with 4 additions and 0 deletions
|
|
@ -48,5 +48,9 @@ in {
|
||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
system.switch = {
|
||||||
|
enable = false;
|
||||||
|
enableNg = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue