Headscale, initialization

This commit is contained in:
Julia Lange 2025-07-09 19:32:34 -07:00
parent e50723afa2
commit df31b5cd12
2 changed files with 36 additions and 0 deletions

View file

@ -36,6 +36,11 @@ in {
reverse_proxy :${builtins.toString config.forgejo.server.port}
'';
};
"ginko.woach.me" = {
extraConfig = ''
reverse_proxy :${builtins.toString config.headscale.server.port}
'';
};
};
};
@ -56,6 +61,11 @@ in {
};
};
headscale = {
enable = true;
server.domain = "ginko.woach.me";
};
postgres.enable = true;
shell.enabledShells = [ "fish" ];