From a1c1ca8d2c32c844bdf5b19b63de75bdd0afe3a7 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Mon, 3 Jun 2024 21:43:51 +0200 Subject: [PATCH] remove faulty ssh daemon config --- flake.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index d643f37..31e4334 100644 --- a/flake.nix +++ b/flake.nix @@ -195,7 +195,8 @@ # Statically configure the host names of machines based on their respective zerotier-ip. inputs.clan-core.clanModules.static-hosts # generate ssh host keys with facts - inputs.clan-core.clanModules.sshd + # fixme: not working + # inputs.clan-core.clanModules.sshd ]; documentation.nixos.enable = true; clan.static-hosts.topLevelDomain = "bear"; @@ -360,7 +361,8 @@ cherry = clanSetup { name = "cherry"; - host = "cherry.bear"; + host = "cherry"; + #host = "cherry.bear"; #host = "cherry.private"; modules = [ nixos-hardware.nixosModules.framework-13th-gen-intel @@ -401,9 +403,9 @@ orbi = clanSetup { name = "orbi"; - host = "orbi.bear"; + #host = "orbi.bear"; #host = "orbi.private"; - # host = "95.216.66.212"; + host = "95.216.66.212"; modules = [ { clan.networking.zerotier.controller = {