mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -05:00
use nixos-rebuild-ng option
This commit is contained in:
parent
8db7310ab8
commit
1af207fd7d
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,6 @@
|
|||
nix-output-monitor # nom nom nom nom;
|
||||
nix-tree # view packages
|
||||
pciutils # lspci
|
||||
nixos-rebuild-ng
|
||||
;
|
||||
nix-janitor = pkgs.symlinkJoin {
|
||||
name = "nix-janitor";
|
||||
|
|
@ -81,5 +80,7 @@
|
|||
documentation.nixos.enable = false;
|
||||
# Useless with flakes (without configuring)
|
||||
programs.command-not-found.enable = false;
|
||||
|
||||
system.rebuild.enableNg = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue