feat: remove deprecated options

This commit is contained in:
tux
2024-12-05 11:05:46 +05:30
parent 8ce8f7552a
commit d0e92f2c11
2 changed files with 3 additions and 12 deletions

View File

@ -1,7 +1,6 @@
{
config,
lib,
email,
...
}: {
services = {
@ -15,13 +14,6 @@
secretKeybaseFile = config.sops.secrets.plausible_key.path;
};
adminUser = {
activate = true;
email = "${email}";
name = "tux";
passwordFile = config.sops.secrets.plausible_password.path;
};
database.postgres = {
dbname = "plausible";
socket = "/run/postgresql";