update adam site

This commit is contained in:
Kopatz
2025-05-22 18:53:13 +02:00
parent 11fef9e802
commit 355e9b798b
3 changed files with 20 additions and 19 deletions

16
flake.lock generated
View File

@@ -423,16 +423,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1747688870, "lastModified": 1747556831,
"narHash": "sha256-ypL9WAZfmJr5V70jEVzqGjjQzF0uCkz+AFQF7n9NmNc=", "narHash": "sha256-Qb84nbYFFk0DzFeqVoHltS2RodAYY5/HZQKE8WnBDsc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d5f1f641b289553927b3801580598d200a501863", "rev": "d0bbd221482c2713cccb80220f3c9d16a6e20a33",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-24.11", "ref": "release-25.05",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
@@ -767,16 +767,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1747676747, "lastModified": 1747825515,
"narHash": "sha256-LXkWBVqilgx7Pohwqu/ABxDVw+Cmi5/Mj2S2mpUH0Fw=", "narHash": "sha256-BWpMQymVI73QoKZdcVCxUCCK3GNvr/xa2Dc4DM1o2BE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "72841a4a8761d1aed92ef6169a636872c986c76d", "rev": "cd2812de55cf87df88a9e09bf3be1ce63d50c1a6",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-24.11", "ref": "nixos-25.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@@ -9,9 +9,9 @@
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs-unstable";
}; };
## stable ## stable
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-24.11"; url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
# secrets management # secrets management

View File

@@ -15,15 +15,16 @@ in {
services.plausible = { services.plausible = {
enable = true; enable = true;
adminUser = { # removed, create on initial setup now
# activate is used to skip the email verification of the admin-user that's #adminUser = {
# automatically created by plausible. This is only supported if # # activate is used to skip the email verification of the admin-user that's
# postgresql is configured by the module. This is done by default, but # # automatically created by plausible. This is only supported if
# can be turned off with services.plausible.database.postgres.setup. # # postgresql is configured by the module. This is done by default, but
activate = true; # # can be turned off with services.plausible.database.postgres.setup.
email = "admin@localhost"; # activate = true;
passwordFile = config.age.secrets.plausible-admin.path; # email = "admin@localhost";
}; # passwordFile = config.age.secrets.plausible-admin.path;
#};
server = { server = {
baseUrl = "https://plausible.imbissaggsbachdorf.at"; baseUrl = "https://plausible.imbissaggsbachdorf.at";
#baseUrl = "http://localhost"; #baseUrl = "http://localhost";