From 355e9b798bfab1aeb332d6dcff9de7176889a5ac Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Thu, 22 May 2025 18:53:13 +0200 Subject: [PATCH] update adam site --- flake.lock | 16 ++++++++-------- flake.nix | 4 ++-- modules/services/plausible.nix | 19 ++++++++++--------- 3 files changed, 20 insertions(+), 19 deletions(-) diff --git a/flake.lock b/flake.lock index fad9b4d..18f3d3e 100644 --- a/flake.lock +++ b/flake.lock @@ -423,16 +423,16 @@ ] }, "locked": { - "lastModified": 1747688870, - "narHash": "sha256-ypL9WAZfmJr5V70jEVzqGjjQzF0uCkz+AFQF7n9NmNc=", + "lastModified": 1747556831, + "narHash": "sha256-Qb84nbYFFk0DzFeqVoHltS2RodAYY5/HZQKE8WnBDsc=", "owner": "nix-community", "repo": "home-manager", - "rev": "d5f1f641b289553927b3801580598d200a501863", + "rev": "d0bbd221482c2713cccb80220f3c9d16a6e20a33", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-24.11", + "ref": "release-25.05", "repo": "home-manager", "type": "github" } @@ -767,16 +767,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1747676747, - "narHash": "sha256-LXkWBVqilgx7Pohwqu/ABxDVw+Cmi5/Mj2S2mpUH0Fw=", + "lastModified": 1747825515, + "narHash": "sha256-BWpMQymVI73QoKZdcVCxUCCK3GNvr/xa2Dc4DM1o2BE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "72841a4a8761d1aed92ef6169a636872c986c76d", + "rev": "cd2812de55cf87df88a9e09bf3be1ce63d50c1a6", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-24.11", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index c873dd8..bf842ec 100644 --- a/flake.nix +++ b/flake.nix @@ -9,9 +9,9 @@ inputs.nixpkgs.follows = "nixpkgs-unstable"; }; ## stable - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; home-manager = { - url = "github:nix-community/home-manager/release-24.11"; + url = "github:nix-community/home-manager/release-25.05"; inputs.nixpkgs.follows = "nixpkgs"; }; # secrets management diff --git a/modules/services/plausible.nix b/modules/services/plausible.nix index d822c42..a853bc9 100644 --- a/modules/services/plausible.nix +++ b/modules/services/plausible.nix @@ -15,15 +15,16 @@ in { services.plausible = { enable = true; - adminUser = { - # activate is used to skip the email verification of the admin-user that's - # automatically created by plausible. This is only supported if - # postgresql is configured by the module. This is done by default, but - # can be turned off with services.plausible.database.postgres.setup. - activate = true; - email = "admin@localhost"; - passwordFile = config.age.secrets.plausible-admin.path; - }; + # removed, create on initial setup now + #adminUser = { + # # activate is used to skip the email verification of the admin-user that's + # # automatically created by plausible. This is only supported if + # # postgresql is configured by the module. This is done by default, but + # # can be turned off with services.plausible.database.postgres.setup. + # activate = true; + # email = "admin@localhost"; + # passwordFile = config.age.secrets.plausible-admin.path; + #}; server = { baseUrl = "https://plausible.imbissaggsbachdorf.at"; #baseUrl = "http://localhost";