1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 18:17:44 +00:00

feat: enable rust based switch-to-configuration and nixos-rebuild

This commit is contained in:
RGBCube 2025-05-16 19:51:13 +03:00
parent 99983f1112
commit ace6ac9ba4
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -0,0 +1,6 @@
{
system = {
switch.enableNg = true;
rebuild.enableNg = true;
};
}