remove faulty ssh daemon config

This commit is contained in:
Ingolf Wagner 2024-06-03 21:43:51 +02:00
parent a6f69fe866
commit a1c1ca8d2c
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -195,7 +195,8 @@
# Statically configure the host names of machines based on their respective zerotier-ip. # Statically configure the host names of machines based on their respective zerotier-ip.
inputs.clan-core.clanModules.static-hosts inputs.clan-core.clanModules.static-hosts
# generate ssh host keys with facts # generate ssh host keys with facts
inputs.clan-core.clanModules.sshd # fixme: not working
# inputs.clan-core.clanModules.sshd
]; ];
documentation.nixos.enable = true; documentation.nixos.enable = true;
clan.static-hosts.topLevelDomain = "bear"; clan.static-hosts.topLevelDomain = "bear";
@ -360,7 +361,8 @@
cherry = clanSetup { cherry = clanSetup {
name = "cherry"; name = "cherry";
host = "cherry.bear"; host = "cherry";
#host = "cherry.bear";
#host = "cherry.private"; #host = "cherry.private";
modules = [ modules = [
nixos-hardware.nixosModules.framework-13th-gen-intel nixos-hardware.nixosModules.framework-13th-gen-intel
@ -401,9 +403,9 @@
orbi = clanSetup { orbi = clanSetup {
name = "orbi"; name = "orbi";
host = "orbi.bear"; #host = "orbi.bear";
#host = "orbi.private"; #host = "orbi.private";
# host = "95.216.66.212"; host = "95.216.66.212";
modules = [ modules = [
{ {
clan.networking.zerotier.controller = { clan.networking.zerotier.controller = {