Compare commits
No commits in common. "6ebca0f9d3985f20a023e5abaa42de2efcd2dcbb" and "d21fcb99d9b425ee3930798612c2f3c690307350" have entirely different histories.
6ebca0f9d3
...
d21fcb99d9
3 changed files with 2 additions and 6 deletions
|
@ -44,10 +44,6 @@
|
|||
name = "authelia";
|
||||
ensurePermissions."DATABASE authelia" = "ALL PRIVILEGES";
|
||||
}
|
||||
{
|
||||
name = "atticd";
|
||||
ensurePermissions."DATABASE atticd" = "ALL PRIVILEGES";
|
||||
}
|
||||
];
|
||||
ensureDatabases = [
|
||||
"forgejo"
|
||||
|
@ -55,7 +51,6 @@
|
|||
"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,5 +8,6 @@
|
|||
./homarr.nix
|
||||
./dashdot.nix
|
||||
./miniflux.nix
|
||||
./minecraft.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue