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.
|
# 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 = {
|
||||||
|
|
Loading…
Reference in a new issue