Switch to nixos-rebuild-ng
This commit is contained in:
parent
0efd6ad66e
commit
ee260102d8
2 changed files with 4 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
|
||||
# Desktops
|
||||
tower.imports = [ ./hosts/tower ];
|
||||
detritus.imports = [ ./hosts/detritus ];
|
||||
#detritus.imports = [ ./hosts/detritus ];
|
||||
|
||||
# Laptops
|
||||
intuos.imports = [ ./hosts/intuos ];
|
||||
|
|
|
@ -17,4 +17,7 @@
|
|||
trusted-users = [ "@wheel" ];
|
||||
};
|
||||
};
|
||||
|
||||
# Use nixos-rebuild-ng
|
||||
system.rebuild.enableNg = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue