mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 17:56:35 +05:30
feat: remove deprecated options
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user