diff --git a/hosts/astyanax/default.nix b/hosts/astyanax/default.nix index b8abb1fa..4a1e8fdc 100644 --- a/hosts/astyanax/default.nix +++ b/hosts/astyanax/default.nix @@ -38,6 +38,9 @@ in ../../modules/docker ../../modules/nfc ../../modules/firewall + ../../modules/tailscale + ../../modules/taskwarrior + ../../modules/yubikey ]; home-manager.users.${config.host.username} = import ../../home/hosts/astyanax { @@ -56,6 +59,8 @@ in inherit (config.host) username; nixSigningKey.enable = true; }; + + tailscale.enable = true; docker.user = config.host.username; nfc.user = config.host.username; desktop.ly.enable = true;