From 012421536b6e486b08d47486ef28bae6640e2999 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Tue, 11 Mar 2025 08:53:35 +0100 Subject: nixos: autoUpgrade: update, by default, nixos-hardware --- modules/nixos/personal/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/personal/nix.nix b/modules/nixos/personal/nix.nix index 7d815ad..02ada0f 100644 --- a/modules/nixos/personal/nix.nix +++ b/modules/nixos/personal/nix.nix @@ -27,7 +27,7 @@ in { enable = lib.mkEnableOption "automatic system and nixpkgs upgrade"; autoUpdateInputs = lib.mkOption { type = with lib.types; listOf str; - default = ["nixpkgs" "my-nixpkgs/nur"]; + default = ["nixpkgs" "my-nixpkgs/nur" "nixos-hardware"]; }; checkHosts = lib.mkOption { type = with lib.types; listOf str; -- cgit v1.2.3