Compare commits
3 commits
d21fcb99d9
...
6ebca0f9d3
Author | SHA1 | Date | |
---|---|---|---|
6ebca0f9d3 | |||
a4b85560a0 | |||
739195edac |
3 changed files with 6 additions and 2 deletions
|
@ -44,6 +44,10 @@
|
|||
name = "authelia";
|
||||
ensurePermissions."DATABASE authelia" = "ALL PRIVILEGES";
|
||||
}
|
||||
{
|
||||
name = "atticd";
|
||||
ensurePermissions."DATABASE atticd" = "ALL PRIVILEGES";
|
||||
}
|
||||
];
|
||||
ensureDatabases = [
|
||||
"forgejo"
|
||||
|
@ -51,6 +55,7 @@
|
|||
"miniflux"
|
||||
"grafana"
|
||||
"authelia"
|
||||
"atticd"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
imports = [
|
||||
./traefik.nix
|
||||
./authelia.nix
|
||||
./atticd.nix
|
||||
./hugo.nix
|
||||
./foundryvtt.nix
|
||||
./forgejo.nix
|
||||
./jellyfin.nix
|
||||
./rustypaste.nix
|
||||
|
|
|
@ -8,6 +8,5 @@
|
|||
./homarr.nix
|
||||
./dashdot.nix
|
||||
./miniflux.nix
|
||||
./minecraft.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue