remove faulty ssh daemon config
This commit is contained in:
parent
a6f69fe866
commit
a1c1ca8d2c
1 changed files with 6 additions and 4 deletions
10
flake.nix
10
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 = {
|
||||
|
|
Loading…
Reference in a new issue