Switch to nixos-rebuild-ng

This commit is contained in:
Bun 2025-06-05 11:07:16 -04:00
parent 0efd6ad66e
commit ee260102d8
2 changed files with 4 additions and 1 deletions

View file

@ -72,7 +72,7 @@
# Desktops
tower.imports = [ ./hosts/tower ];
detritus.imports = [ ./hosts/detritus ];
#detritus.imports = [ ./hosts/detritus ];
# Laptops
intuos.imports = [ ./hosts/intuos ];

View file

@ -17,4 +17,7 @@
trusted-users = [ "@wheel" ];
};
};
# Use nixos-rebuild-ng
system.rebuild.enableNg = true;
}