diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-25 19:11:25 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-25 19:11:25 +0100 |
commit | 33446d2148d64a65b1ea286adf5636be121ecd66 (patch) | |
tree | 50753a67a9129bf728ad1d5de6f1db133f8a2b30 /nix/remote-unlock.nix | |
parent | 6dc92812997e99e12ae5fcab3bda65f056a74edb (diff) | |
download | nixcfg-33446d2148d64a65b1ea286adf5636be121ecd66.tar.gz nixcfg-33446d2148d64a65b1ea286adf5636be121ecd66.zip |
Carcajou is encrypted
Diffstat (limited to 'nix/remote-unlock.nix')
-rw-r--r-- | nix/remote-unlock.nix | 2 |
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" ]; }; |