working on harmonia

This commit is contained in:
Qyriad 2026-02-10 14:59:44 +01:00
parent 1f466b63d3
commit 8dba8e7ce8
20 changed files with 556 additions and 90 deletions

View file

@ -18,7 +18,7 @@ in
system.switch.enable = true;
documentation.enable = false;
networking.hostName = "machine";
networking.hostName = "gotosocial-machine";
boot.loader.grub = {
enable = true;
@ -47,7 +47,7 @@ in
enable = true;
setupPostgresqlDB = true;
settings = {
application-name = "gotosocial-for-${name}";
application-name = "gotosocial-for-machine";
host = "${name}.local";
};
};