Headscale, initialization
This commit is contained in:
parent
385eab27ba
commit
717b6e5c8e
2 changed files with 36 additions and 0 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue