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:
parent
99983f1112
commit
ace6ac9ba4
1 changed files with 6 additions and 0 deletions
6
modules/linux/rebuild.nix
Normal file
6
modules/linux/rebuild.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
system = {
|
||||
switch.enableNg = true;
|
||||
rebuild.enableNg = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue