In some occasions the module path was renamed. To avoid conflicts, the old path must be disabled manually. E.g. ```nix { unstableModules = [ "services/ttys/getty.nix" ]; addToDisabledModules = [ "services/ttys/agetty.nix" ]; } ```
In some occasions the module path was renamed. To avoid conflicts, the old path must be disabled manually. E.g. ```nix { unstableModules = [ "services/ttys/getty.nix" ]; addToDisabledModules = [ "services/ttys/agetty.nix" ]; } ```