morn: update to 25.11

This commit is contained in:
2025-12-01 00:02:06 +01:00
parent 9c0ea93934
commit 774bd0c0d8
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
{ {
system.autoUpgrade = { system.autoUpgrade = {
enable = true; 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 = [ flags = [
# Override nixpkgs (only). Notably does not include home-manager, sops or other utility/application flake inputs. # Override nixpkgs (only). Notably does not include home-manager, sops or other utility/application flake inputs.
"--refresh" "--refresh"

4
flake.lock generated
View File

@@ -37,7 +37,7 @@
"home-manager": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"nixpkgs-unstable" "nixpkgs"
] ]
}, },
"locked": { "locked": {
@@ -77,7 +77,7 @@
"nix-darwin": { "nix-darwin": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"nixpkgs-unstable" "nixpkgs"
] ]
}, },
"locked": { "locked": {

View File

@@ -9,7 +9,7 @@ in {
enable = true; enable = true;
adminCredentialsFile = config.sops.secrets."miniflux/env".path; adminCredentialsFile = config.sops.secrets."miniflux/env".path;
config = { config = {
CREATE_ADMIN = "1"; CREATE_ADMIN = true;
LISTEN_ADDR = listen_addr; LISTEN_ADDR = listen_addr;
BASE_URL = "http://${domain}"; BASE_URL = "http://${domain}";