From f2a297f06d1db3d5de3a1c2916ad7e83cbb3e6e6 Mon Sep 17 00:00:00 2001 From: uku Date: Wed, 22 Nov 2023 14:31:25 +0100 Subject: [PATCH] add openssh --- systems/common.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systems/common.nix b/systems/common.nix index 564c0c6..a900409 100644 --- a/systems/common.nix +++ b/systems/common.nix @@ -30,6 +30,13 @@ }; }; + services = { + openssh = { + enable = true; + openFirewall = lib.mkDefault false; + }; + }; + nixpkgs.config.allowUnfree = true; nix = {