WIP: rewrite config #618

Draft
darkkirb wants to merge 345 commits from rewrite into main
Showing only changes of commit 4123b40932 - Show all commits

View file

@ -40,7 +40,7 @@ with lib;
};
};
#config.nix.auto-update.enable = mkDefault config.nix.enable;
config.nix.auto-update.enable = mkDefault config.nix.enable;
config.nix.auto-update.reboot = mkDefault true;
config.systemd.services.nixos-upgrade = mkIf config.nix.enable {
description = "NixOS Upgrade";