mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
remove headscale
This commit is contained in:
parent
fb0205b43d
commit
199b5d31d8
2 changed files with 0 additions and 25 deletions
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
# FIXME(TODO): Turn this into it's own backup module
|
||||
./backup.nix
|
||||
./headscale.nix
|
||||
|
||||
# Disks
|
||||
inputs.disko.nixosModules.disko
|
||||
|
|
|
|||
|
|
@ -1,24 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
virtualHosts."headscale.wanderingcrow.net".extraConfig = ''
|
||||
reverse_proxy 127.0.0.1:8088
|
||||
'';
|
||||
};
|
||||
|
||||
services.headscale = {
|
||||
enable = true;
|
||||
package = pkgs.headscale;
|
||||
port = 8088;
|
||||
address = "127.0.0.1";
|
||||
settings = {
|
||||
server_url = "https://headscale.wanderingcrow.net";
|
||||
grpc_listen_addr = "0.0.0.0:50443";
|
||||
database.type = "sqlite";
|
||||
dns = {
|
||||
magic_dns = true;
|
||||
base_domain = "wce-internal";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue