aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/remote-unlock.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/remote-unlock.nix b/nix/remote-unlock.nix
index 669f578..2975a94 100644
--- a/nix/remote-unlock.nix
+++ b/nix/remote-unlock.nix
@@ -8,7 +8,7 @@
boot.initrd.network.enable = true;
boot.initrd.network.ssh = {
enable = true;
- port = 2222;
+ port = 222;
authorizedKeys = concatLists (mapAttrsToList (name: user: user) config.deuxfleurs.admin_accounts);
hostKeys = [ "/var/lib/deuxfleurs/remote-unlock/ssh_host_ed25519_key" ];
};