nixos: use switchNg
This commit is contained in:
parent
9d33f42d3f
commit
e458627749
1 changed files with 7 additions and 0 deletions
|
@ -40,4 +40,11 @@
|
|||
info.enable = false;
|
||||
nixos.enable = false;
|
||||
};
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/pull/308801
|
||||
# nixos/switch-to-configuration: add new implementation
|
||||
system.switch = {
|
||||
enable = false;
|
||||
enableNg = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue