zerotier reset
This commit is contained in:
parent
8ca4f5a568
commit
11eeab723c
8 changed files with 21 additions and 27 deletions
|
@ -129,11 +129,11 @@
|
||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1717591022,
|
"lastModified": 1717601577,
|
||||||
"narHash": "sha256-gFdQoSIsj/mWtWMtlDjCfpHKCkkpiG4+EQ/fkDxA/aw=",
|
"narHash": "sha256-8SOl2Ja43zOqX6dF2qj89Y8ZitO1XzrkvPY+65iYqwM=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "5ef170020d0db4bc1c4496f9b1d4a56cfdc9920d",
|
"rev": "764b53275fd5019f8ccd0d09f30cdacf99ee2c80",
|
||||||
"revCount": 3036,
|
"revCount": 3038,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.clan.lol/clan/clan-core"
|
"url": "https://git.clan.lol/clan/clan-core"
|
||||||
},
|
},
|
||||||
|
|
34
flake.nix
34
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 [ ];
|
||||||
|
@ -385,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
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
fd57:360d:35fa:969f:3c99:939a:ff50:1127
|
|
|
@ -1 +0,0 @@
|
||||||
fd16:b4e:cf13:87eb:6699:9316:b4e:cf13
|
|
|
@ -1 +0,0 @@
|
||||||
160b4ecf1387eb66
|
|
|
@ -1 +0,0 @@
|
||||||
fd57:360d:35fa:969f:3c99:9358:4f46:814a
|
|
|
@ -1 +0,0 @@
|
||||||
fd20:764d:2397:f223:cb99:9320:764d:2397
|
|
|
@ -1 +0,0 @@
|
||||||
20764d2397f223cb
|
|
Loading…
Reference in a new issue