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;