heimdall: Disable headscale

This commit is contained in:
Erwin Boskma 2023-07-04 20:31:56 +02:00
parent eb4ef4bf66
commit 4a7f817e71
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -17,7 +17,7 @@
server = true; server = true;
}; };
headscale = { headscale = {
enable = true; enable = false;
baseDomain = "asgard.datarift.nl"; baseDomain = "asgard.datarift.nl";
serverUrl = "https://heimdall.datarift.nl"; serverUrl = "https://heimdall.datarift.nl";
}; };