aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-02-25 19:11:25 +0100
committerAlex Auvolat <alex@adnab.me>2022-02-25 19:11:25 +0100
commit33446d2148d64a65b1ea286adf5636be121ecd66 (patch)
tree50753a67a9129bf728ad1d5de6f1db133f8a2b30 /nix
parent6dc92812997e99e12ae5fcab3bda65f056a74edb (diff)
downloadnixcfg-33446d2148d64a65b1ea286adf5636be121ecd66.tar.gz
nixcfg-33446d2148d64a65b1ea286adf5636be121ecd66.zip
Carcajou is encrypted
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" ];
};