diff --git a/hosts/colmena/default.nix b/hosts/colmena/default.nix index aaed561..9ae5220 100644 --- a/hosts/colmena/default.nix +++ b/hosts/colmena/default.nix @@ -4,9 +4,23 @@ lib, ... }: +let + p = import ../parameters.nix; +in { + age.secrets.tailscale-authKey.file = ../../secrets/tailscale-authKey.age; + my = { + + networking = { + tailscale = { + enable = true; + magicDNSDomain = p.domains.tsDns; + authKeyFile = config.age.secrets.tailscale-authKey.path; + }; + }; + utils = { commons.enable = true; commons.gc.enable = false; @@ -20,7 +34,6 @@ environment = { systemPackages = with pkgs; [ - direnv git just zellij