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
|
||||
# clan core configuration
|
||||
({ pkgs, lib, ... }: {
|
||||
imports = [
|
||||
# this magically adds all my machines in the zero tier network
|
||||
# and makes the controller accept them.
|
||||
# will automatic look into `/machines/<name>/facts/zerotier-ip
|
||||
inputs.clan-core.clanModules.zerotier-static-peers
|
||||
# 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
|
||||
# fixme: not working
|
||||
# inputs.clan-core.clanModules.sshd
|
||||
];
|
||||
#imports = [
|
||||
# # this magically adds all my machines in the zero tier network
|
||||
# # and makes the controller accept them.
|
||||
# # will automatic look into `/machines/<name>/facts/zerotier-ip
|
||||
# inputs.clan-core.clanModules.zerotier-static-peers
|
||||
# # 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
|
||||
# # fixme: not working
|
||||
# # inputs.clan-core.clanModules.sshd
|
||||
#];
|
||||
documentation.nixos.enable = true;
|
||||
clan.static-hosts.topLevelDomain = "bear";
|
||||
#clan.static-hosts.excludeHosts = lib.mkForce [ ];
|
||||
|
@ -340,7 +340,8 @@
|
|||
|
||||
cream = clanSetup {
|
||||
name = "cream";
|
||||
host = "cream.bear";
|
||||
host = "cream";
|
||||
#host = "cream.bear";
|
||||
modules = [
|
||||
nixos-hardware.nixosModules.framework-12th-gen-intel
|
||||
retiolum.nixosModules.retiolum
|
||||
|
@ -361,7 +362,8 @@
|
|||
|
||||
cherry = clanSetup {
|
||||
name = "cherry";
|
||||
host = "cherry.bear";
|
||||
#host = "cherry.bear";
|
||||
host = "cherry";
|
||||
modules = [
|
||||
nixos-hardware.nixosModules.framework-13th-gen-intel
|
||||
homeManagerModules
|
||||
|
@ -383,12 +385,12 @@
|
|||
#host = "chungus.bear";
|
||||
host = "chungus";
|
||||
modules = [
|
||||
{
|
||||
clan.networking.zerotier.controller = {
|
||||
enable = true;
|
||||
public = false;
|
||||
};
|
||||
}
|
||||
#{
|
||||
# clan.networking.zerotier.controller = {
|
||||
# enable = true;
|
||||
# public = false;
|
||||
# };
|
||||
#}
|
||||
homeManagerModules
|
||||
stylixModules
|
||||
retiolum.nixosModules.retiolum
|
||||
|
@ -407,8 +409,8 @@
|
|||
|
||||
orbi = clanSetup {
|
||||
name = "orbi";
|
||||
host = "orbi.bear";
|
||||
#host = "95.216.66.212";
|
||||
#host = "orbi.bear";
|
||||
host = "95.216.66.212";
|
||||
modules = [
|
||||
homeManagerModules
|
||||
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