[fugitive] system update

This commit is contained in:
ctsk
2024-10-22 18:57:41 +02:00
parent 78de53c0eb
commit 78c7db4bd3
6 changed files with 102 additions and 100 deletions

View File

@@ -12,6 +12,7 @@ in {
port = port;
settings = {
server_url = "https://${domain}";
dns.base_domain = "m.${domain}";
};
};
@@ -21,7 +22,7 @@ in {
locations."/".proxyPass = "http://127.0.0.1:${toString port}";
locations."/".proxyWebsockets = true;
};
environment.systemPackages = [ pkgs.headscale ];
}