From a8b0614de41d7640338689a2d061b0063dcc92b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 6 Dec 2024 01:59:14 +0200 Subject: [PATCH] ssh8022 --- hosts/vno3-nk/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/vno3-nk/configuration.nix b/hosts/vno3-nk/configuration.nix index 2126cc5..ccaf100 100644 --- a/hosts/vno3-nk/configuration.nix +++ b/hosts/vno3-nk/configuration.nix @@ -100,10 +100,10 @@ in extraSubnets = [ myData.subnets.vno3.cidr ]; }; - #ssh8022.server = { - # enable = true; - # keyfile = config.age.secrets.ssh8022-server.path; - #}; + ssh8022.server = { + enable = true; + keyfile = config.age.secrets.ssh8022-server.path; + }; tailscale = { enable = true;