From 57edf6fec41abf571d637b09bd4132f858106381 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 5 Apr 2022 17:13:25 -0700 Subject: ssh: refactor to a module Also install mosh and ensure the firewall opens the correct ports. --- modules/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/default.nix') diff --git a/modules/default.nix b/modules/default.nix index 189a313..67d8e83 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1 +1 @@ -{ ... }: { imports = [ ./hardware ./system ]; } +{ ... }: { imports = [ ./hardware ./system ./services ]; } -- cgit v1.2.3