diff --git a/nixos/profiles/common/core/nix/nix.nix b/nixos/profiles/common/core/nix/nix.nix index 590803f..62cee5a 100644 --- a/nixos/profiles/common/core/nix/nix.nix +++ b/nixos/profiles/common/core/nix/nix.nix @@ -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; + }; }