happystaticbuzz: add gts
This commit is contained in:
parent
2070ede4fb
commit
7d3a7f49e8
1 changed files with 9 additions and 2 deletions
|
@ -9,7 +9,14 @@
|
|||
system.stateVersion = "24.05";
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ ];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 8080 ];
|
||||
|
||||
services.gotosocial = {
|
||||
enable = true;
|
||||
settings = {
|
||||
application-name = "happy static buzzing";
|
||||
bind-address = "::";
|
||||
host = "happ.ystatic.buzz";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue