From 781f88eb161075efffbf3923c331fffa0d953d78 Mon Sep 17 00:00:00 2001 From: alisceon Date: Tue, 12 Aug 2025 21:41:55 +0200 Subject: [PATCH] we got updates --- hosts/tesla-nixos/configuration.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index 663e64b..b448b96 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -11,17 +11,17 @@ }; # end loader.systemd-boot }; # end boot system.stateVersion = "24.05"; -# system.autoUpgrade = { -# enable = true; -# persistent = true; -# flake = "/home/alisceon/.nixos_config"; -# flags = [ -# "--update-input" -# "nixpkgs" -# "-L" -# ]; -# dates = "daily"; -# }; # end system.autoUpgrade + system.autoUpgrade = { + enable = true; + persistent = true; + flake = "/home/alisceon/.nixos_config"; + flags = [ + "--update-input" + "nixpkgs" + "-L" + ]; + dates = "daily"; + }; # end system.autoUpgrade nix = { settings = {