diff --git a/common/auto-upgrade.nix b/common/auto-upgrade.nix index d8c7042..a16a1d7 100644 --- a/common/auto-upgrade.nix +++ b/common/auto-upgrade.nix @@ -3,7 +3,7 @@ { system.autoUpgrade = { enable = true; - flake = "git+https://git.feal.no/felixalb/nixos-config.git"; + flake = "git+https://git.feal.no/felixalb/nixos-config.git?ref=nixos-25.11"; # TODO - restore to main flags = [ # Override nixpkgs (only). Notably does not include home-manager, sops or other utility/application flake inputs. "--refresh" diff --git a/flake.lock b/flake.lock index 4b1873c..2c00a06 100644 --- a/flake.lock +++ b/flake.lock @@ -37,7 +37,7 @@ "home-manager": { "inputs": { "nixpkgs": [ - "nixpkgs-unstable" + "nixpkgs" ] }, "locked": { @@ -77,7 +77,7 @@ "nix-darwin": { "inputs": { "nixpkgs": [ - "nixpkgs-unstable" + "nixpkgs" ] }, "locked": { diff --git a/hosts/morn/services/miniflux.nix b/hosts/morn/services/miniflux.nix index 3886975..1279314 100644 --- a/hosts/morn/services/miniflux.nix +++ b/hosts/morn/services/miniflux.nix @@ -9,7 +9,7 @@ in { enable = true; adminCredentialsFile = config.sops.secrets."miniflux/env".path; config = { - CREATE_ADMIN = "1"; + CREATE_ADMIN = true; LISTEN_ADDR = listen_addr; BASE_URL = "http://${domain}";