From 3f485a06e762963f633c1db0059d2daa1e1c4746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Wed, 27 Nov 2024 10:24:34 +0100 Subject: [PATCH] commit updated flake lock --- hosts/MaxNixosLaptop/configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index 79ec784..7fb59bf 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -182,9 +182,16 @@ flags = [ "--update-input" "nixpkgs" + "--update-input" + "home-manager" + "--update-input" + "sops-nix" + "--update-input" + "musnix" + "--commit-lock-file" "-L" ]; - dates = "09:00"; + dates = "daily"; randomizedDelaySec = "45min"; };