aboutsummaryrefslogtreecommitdiff
path: root/systems/x86_64-linux
diff options
context:
space:
mode:
Diffstat (limited to 'systems/x86_64-linux')
-rw-r--r--systems/x86_64-linux/copenhagen/default.nix2
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 = {