diff options
-rw-r--r-- | nix/hosts/caladan/home_hydra.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nix/hosts/caladan/home_hydra.nix b/nix/hosts/caladan/home_hydra.nix index 63d3563..25686da 100644 --- a/nix/hosts/caladan/home_hydra.nix +++ b/nix/hosts/caladan/home_hydra.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, ... }: { home = { @@ -15,4 +15,6 @@ home.packages = with pkgs; [ tailscale ]; + + services.openssh.enable = true; } |