nixos(system): add system.switch configuration

This commit is contained in:
ooks-io 2024-10-09 14:08:48 +13:00
parent 4b1a06c657
commit 1a1d99df89

View file

@ -48,5 +48,9 @@ in {
builders-use-substitutes = true;
};
};
system.switch = {
enable = false;
enableNg = true;
};
};
}