From b89eeaea6e14e8ef4eb1f9cbc5c6adac7933e884 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Mon, 17 May 2021 21:17:29 -0400 Subject: [PATCH] enable ssh lol Signed-off-by: Christine Dodrill --- var/xe-base.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/var/xe-base.nix b/var/xe-base.nix index 70c4fd4..8d12a38 100644 --- a/var/xe-base.nix +++ b/var/xe-base.nix @@ -9,4 +9,6 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPg9gYKVglnO2HQodSJt4z4mNrUSUiyJQ7b+J798bwD9" ]; }; + + services.openssh.enable = true; }