From 07c023cb185e7c49a04246a686dd2a560bb0d55f Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:48:44 -0600 Subject: btopweb --- hosts/mercury/nixos.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'hosts/mercury') diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix index 7884f20..f820b7f 100644 --- a/hosts/mercury/nixos.nix +++ b/hosts/mercury/nixos.nix @@ -1,5 +1,6 @@ { lib, + pkgs, inputs, ... }: { @@ -20,6 +21,15 @@ dataDir = "/home/collin/.local/syncthing"; }; + services.autossh.sessions = [ + { + name = "ganymede"; + user = "collin"; + monitoringPort = 20000; + extraArguments = "-N -D 9090 collin@williamsfam.us.com"; + } + ]; + security.soteria.enable = true; services.printing.enable = true; -- cgit v1.3.1