From 9da576898cd109be6286f98c88e25c4f2d28246c Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Wed, 17 Jul 2024 11:33:51 -0400 Subject: [PATCH] mauville: simplify initrd sshd setup --- hosts/mauville/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/mauville/default.nix b/hosts/mauville/default.nix index 1fe8c5e6..03167b80 100644 --- a/hosts/mauville/default.nix +++ b/hosts/mauville/default.nix @@ -60,8 +60,6 @@ in { ssh = { enable = true; - port = 22; - authorizedKeyFiles = config.users.users.root.openssh.authorizedKeys.keyFiles; hostKeys = [/etc/secrets/initrd/ssh_host_ed25519_key]; };