diff --git a/systems/hetzner/default.nix b/systems/hetzner/default.nix index 94321d6..03061b0 100644 --- a/systems/hetzner/default.nix +++ b/systems/hetzner/default.nix @@ -99,10 +99,13 @@ in enable = true; streamingProcesses = (lib.elemAt config.facter.report.hardware.cpu 0).cores - 1; localDomain = "nyan.social"; + elasticsearch.host = "127.0.0.1"; smtp.fromAddress = "mastodon@nyan.social"; configureNginx = true; }; + services.opensearch.enable = true; + users.users.backupftp = { isNormalUser = true; initialPassword = "backupPassword";