This commit is contained in:
parent
ec6eba2a3c
commit
ef41891e6b
2 changed files with 3 additions and 3 deletions
|
@ -54,13 +54,13 @@
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
{
|
/* ({
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
gts = final.callPackage ./gts.nix {};
|
gts = final.callPackage ./gts.nix {};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
})*/ # not needed right now. One: gts is now on fructose Two: The latest version of gts is now on nixpkgs
|
||||||
];
|
];
|
||||||
personal.modules = [
|
personal.modules = [
|
||||||
{
|
{
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
}: {
|
}: {
|
||||||
services.gotosocial = {
|
services.gotosocial = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.gts;
|
package = pkgs.gotosocial;
|
||||||
setupPostgresqlDB = false;
|
setupPostgresqlDB = false;
|
||||||
environmentFile = "${config.sops.templates."gts.env.secrets.yaml".path}";
|
environmentFile = "${config.sops.templates."gts.env.secrets.yaml".path}";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue