diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-05 17:13:25 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-05 17:13:25 -0700 |
| commit | 57edf6fec41abf571d637b09bd4132f858106381 (patch) | |
| tree | 9cfee9ccb416f464b55bbcb9c714f85423828250 /modules/default.nix | |
| parent | nix: refactor to a module (diff) | |
| download | infra-57edf6fec41abf571d637b09bd4132f858106381.tar.gz | |
ssh: refactor to a module
Also install mosh and ensure the firewall opens the correct ports.
Diffstat (limited to '')
| -rw-r--r-- | modules/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]; } |
