morn: update to 25.11
This commit is contained in:
@@ -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"
|
||||
|
||||
4
flake.lock
generated
4
flake.lock
generated
@@ -37,7 +37,7 @@
|
||||
"home-manager": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs-unstable"
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
@@ -77,7 +77,7 @@
|
||||
"nix-darwin": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs-unstable"
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
|
||||
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user