From 11d05469368ecfe533c7720e7f5b624f2f8f19fc Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 7 Mar 2026 22:27:05 +0100 Subject: ... --- os/core/ssh.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'os/core/ssh.nix') diff --git a/os/core/ssh.nix b/os/core/ssh.nix index d41c116..a0cb1f4 100644 --- a/os/core/ssh.nix +++ b/os/core/ssh.nix @@ -12,12 +12,6 @@ in options.os.core.ssh.enable = lib.mkEnableOption "enables ssh server setup"; config = lib.mkIf cfg.enable { - environment.systemPackages = [ pkgs.rclone ]; - services.tailscale = { - enable = true; - openFirewall = true; - }; - services.openssh = { enable = true; settings = { -- cgit v1.3