Loading nixos/modules/tasks/auto-upgrade.nix +1 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,7 @@ in { assertions = [{ assertion = !((cfg.channel != null) && (cfg.flake != null)); message = '' The options 'system.autoUpgrade.channels' and 'system.autoUpgrade.flake' cannot both be set. The options 'system.autoUpgrade.channel' and 'system.autoUpgrade.flake' cannot both be set. ''; }]; Loading Loading
nixos/modules/tasks/auto-upgrade.nix +1 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,7 @@ in { assertions = [{ assertion = !((cfg.channel != null) && (cfg.flake != null)); message = '' The options 'system.autoUpgrade.channels' and 'system.autoUpgrade.flake' cannot both be set. The options 'system.autoUpgrade.channel' and 'system.autoUpgrade.flake' cannot both be set. ''; }]; Loading