diff options
| author | adikro <adikro@disroot.org> | 2026-03-07 22:27:05 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-07 22:27:05 +0100 |
| commit | 11d05469368ecfe533c7720e7f5b624f2f8f19fc (patch) | |
| tree | c666f76157b6f9158a2faa723efbf10d1d3dab03 /os/core/ssh.nix | |
| parent | cacaadb79a73fca27bd8bbc0a33a0713d2379655 (diff) | |
...
Diffstat (limited to 'os/core/ssh.nix')
| -rw-r--r-- | os/core/ssh.nix | 6 |
1 files changed, 0 insertions, 6 deletions
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 = { |
