diff --git a/hosts/rpi4/configuration.nix b/hosts/rpi4/configuration.nix index db4c976..ed3df75 100644 --- a/hosts/rpi4/configuration.nix +++ b/hosts/rpi4/configuration.nix @@ -24,6 +24,8 @@ profile.server.enable = true; }; + services.tailscale.enable = true; + services.openssh = { enable = true; openFirewall = true;