diff options
Diffstat (limited to 'systems/x86_64-linux/copenhagen')
| -rw-r--r-- | systems/x86_64-linux/copenhagen/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/x86_64-linux/copenhagen/default.nix b/systems/x86_64-linux/copenhagen/default.nix index 8fcda09..7b342a1 100644 --- a/systems/x86_64-linux/copenhagen/default.nix +++ b/systems/x86_64-linux/copenhagen/default.nix @@ -20,7 +20,7 @@ with lib; with lib.${namespace}; { services = { ssh = { enable = true; - port = 42069; + ports = [ 22 42069 ]; }; web = { |