i take back what i said, it should be relevant now, though
Some checks failed
/ nix fmt (push) Has been cancelled
Some checks failed
/ nix fmt (push) Has been cancelled
This commit is contained in:
parent
321f72f070
commit
abd6c558a2
43 changed files with 929 additions and 978 deletions
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
aspartame.modules = [
|
||||
(
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
services.gotosocial = {
|
||||
enable = true;
|
||||
package = pkgs.gts;
|
||||
|
@ -28,7 +31,7 @@
|
|||
"::1"
|
||||
];
|
||||
|
||||
### Database config - still have to set this up.
|
||||
### Database config - still have to set this up.
|
||||
db-type = "postgres";
|
||||
db-address = "10.24.1.9";
|
||||
db-port = "5432";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue