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 = {