diff --git a/hosts/by-name/moby/default.nix b/hosts/by-name/moby/default.nix index 2ece62fa..bc8a0c9a 100644 --- a/hosts/by-name/moby/default.nix +++ b/hosts/by-name/moby/default.nix @@ -7,9 +7,8 @@ ]; sane.roles.client = true; - # TODO - # sane.services.wg-home.enable = true; - # sane.services.wg-home.ip = config.sane.hosts.by-name."moby".wg-home.ip; + sane.services.wg-home.enable = true; + sane.services.wg-home.ip = config.sane.hosts.by-name."moby".wg-home.ip; # cross-compiled documentation is *slow*. # no obvious way to natively compile docs (2022/09/29). diff --git a/hosts/modules/hosts.nix b/hosts/modules/hosts.nix index 2a44e890..69ae176b 100644 --- a/hosts/modules/hosts.nix +++ b/hosts/modules/hosts.nix @@ -83,6 +83,8 @@ in sane.hosts.by-name."moby" = { ssh.user_pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICrR+gePnl0nV/vy7I5BzrGeyVL+9eOuXHU1yNE3uCwU"; ssh.host_pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO1N/IT3nQYUD+dBlU1sTEEVMxfOyMkrrDeyHcYgnJvw"; + wg-home.pubkey = "I7XIR1hm8bIzAtcAvbhWOwIAabGkuEvbWH/3kyIB1yA="; + wg-home.ip = "10.0.10.48"; lan-ip = "192.168.0.48"; };