happystaticbuzz: add gts

This commit is contained in:
41666 2023-12-30 17:40:22 -05:00
parent 2070ede4fb
commit 7d3a7f49e8

View file

@ -9,7 +9,14 @@
system.stateVersion = "24.05"; system.stateVersion = "24.05";
nixpkgs.hostPlatform = "x86_64-linux"; 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";
};
};
} }