From 3ccafab48ab7d6b75aa820a1a48e5ec36339a860 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 27 Dec 2024 17:55:41 +0200 Subject: [PATCH] b --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 2d57348..42eca9a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -45,13 +45,14 @@ secrets.namecheap-api-key = { }; }; nix.extraOptions = "!include /run/secrets/github-access-token"; + nix.extraOptions = "!include /run/secrets/namecheap-api-user"; + nix.extraOptions = "!include /run/secrets/namecheap-api-key"; system.autoUpgrade = { enable = true; flake = "github:kyren223/server#default"; dates = "minutely"; # Poll interval flags = [ - "--impure" # Be able to read from local files "--no-write-lock-file" # Prevent flake.lock from upgrading "--option" "tarball-ttl" "0" # Required for polling below 1h ];