mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: more cardssss
This commit is contained in:
parent
e3cfd89178
commit
9e58fcd325
6 changed files with 122 additions and 20 deletions
|
@ -14,12 +14,6 @@ in
|
|||
group = "plausible";
|
||||
};
|
||||
|
||||
age.secrets.plausible-admin-pw = {
|
||||
generator.script = "alnum";
|
||||
mode = "440";
|
||||
group = "plausible";
|
||||
};
|
||||
|
||||
environment.persistence."/persist".directories = [
|
||||
{
|
||||
directory = "/var/lib/clickhouse";
|
||||
|
@ -52,13 +46,6 @@ in
|
|||
disableRegistration = true;
|
||||
secretKeybaseFile = config.age.secrets.plausible-secret.path;
|
||||
};
|
||||
|
||||
adminUser = {
|
||||
activate = true;
|
||||
name = "admin";
|
||||
email = "plausible@${globals.domains.me}";
|
||||
passwordFile = config.age.secrets.plausible-admin-pw.path;
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue