delete zerotier
This commit is contained in:
parent
7d23484898
commit
2d8e717351
7 changed files with 23 additions and 27 deletions
44
flake.nix
44
flake.nix
|
@ -187,17 +187,17 @@
|
||||||
./nixos/machines/${name}/configuration.nix
|
./nixos/machines/${name}/configuration.nix
|
||||||
# clan core configuration
|
# clan core configuration
|
||||||
({ pkgs, lib, ... }: {
|
({ pkgs, lib, ... }: {
|
||||||
imports = [
|
#imports = [
|
||||||
# this magically adds all my machines in the zero tier network
|
# # this magically adds all my machines in the zero tier network
|
||||||
# and makes the controller accept them.
|
# # and makes the controller accept them.
|
||||||
# will automatic look into `/machines/<name>/facts/zerotier-ip
|
# # will automatic look into `/machines/<name>/facts/zerotier-ip
|
||||||
inputs.clan-core.clanModules.zerotier-static-peers
|
# inputs.clan-core.clanModules.zerotier-static-peers
|
||||||
# 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
|
||||||
# fixme: not working
|
# # fixme: not working
|
||||||
# inputs.clan-core.clanModules.sshd
|
# # inputs.clan-core.clanModules.sshd
|
||||||
];
|
#];
|
||||||
documentation.nixos.enable = true;
|
documentation.nixos.enable = true;
|
||||||
clan.static-hosts.topLevelDomain = "bear";
|
clan.static-hosts.topLevelDomain = "bear";
|
||||||
#clan.static-hosts.excludeHosts = lib.mkForce [ ];
|
#clan.static-hosts.excludeHosts = lib.mkForce [ ];
|
||||||
|
@ -340,7 +340,8 @@
|
||||||
|
|
||||||
cream = clanSetup {
|
cream = clanSetup {
|
||||||
name = "cream";
|
name = "cream";
|
||||||
host = "cream.bear";
|
host = "cream";
|
||||||
|
#host = "cream.bear";
|
||||||
modules = [
|
modules = [
|
||||||
nixos-hardware.nixosModules.framework-12th-gen-intel
|
nixos-hardware.nixosModules.framework-12th-gen-intel
|
||||||
retiolum.nixosModules.retiolum
|
retiolum.nixosModules.retiolum
|
||||||
|
@ -361,7 +362,8 @@
|
||||||
|
|
||||||
cherry = clanSetup {
|
cherry = clanSetup {
|
||||||
name = "cherry";
|
name = "cherry";
|
||||||
host = "cherry.bear";
|
#host = "cherry.bear";
|
||||||
|
host = "cherry";
|
||||||
modules = [
|
modules = [
|
||||||
nixos-hardware.nixosModules.framework-13th-gen-intel
|
nixos-hardware.nixosModules.framework-13th-gen-intel
|
||||||
homeManagerModules
|
homeManagerModules
|
||||||
|
@ -383,12 +385,12 @@
|
||||||
#host = "chungus.bear";
|
#host = "chungus.bear";
|
||||||
host = "chungus";
|
host = "chungus";
|
||||||
modules = [
|
modules = [
|
||||||
{
|
#{
|
||||||
clan.networking.zerotier.controller = {
|
# clan.networking.zerotier.controller = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
public = false;
|
# public = false;
|
||||||
};
|
# };
|
||||||
}
|
#}
|
||||||
homeManagerModules
|
homeManagerModules
|
||||||
stylixModules
|
stylixModules
|
||||||
retiolum.nixosModules.retiolum
|
retiolum.nixosModules.retiolum
|
||||||
|
@ -407,8 +409,8 @@
|
||||||
|
|
||||||
orbi = clanSetup {
|
orbi = clanSetup {
|
||||||
name = "orbi";
|
name = "orbi";
|
||||||
host = "orbi.bear";
|
#host = "orbi.bear";
|
||||||
#host = "95.216.66.212";
|
host = "95.216.66.212";
|
||||||
modules = [
|
modules = [
|
||||||
homeManagerModules
|
homeManagerModules
|
||||||
stylixModules
|
stylixModules
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
fd65:4539:2a1:a471:7399:93bf:1d33:afd2
|
|
|
@ -1 +0,0 @@
|
||||||
fd65:4539:2a1:a471:7399:9365:4539:2a1
|
|
|
@ -1 +0,0 @@
|
||||||
65453902a1a47173
|
|
|
@ -1 +0,0 @@
|
||||||
fd65:4539:2a1:a471:7399:93a9:d67:5e1c
|
|
|
@ -1 +0,0 @@
|
||||||
fd65:4539:2a1:a471:7399:9336:d19f:30f5
|
|
|
@ -1 +0,0 @@
|
||||||
fd65:4539:2a1:a471:7399:93af:55f:b379
|
|
Loading…
Reference in a new issue