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"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1717591022,
|
||||
"narHash": "sha256-gFdQoSIsj/mWtWMtlDjCfpHKCkkpiG4+EQ/fkDxA/aw=",
|
||||
"lastModified": 1717601577,
|
||||
"narHash": "sha256-8SOl2Ja43zOqX6dF2qj89Y8ZitO1XzrkvPY+65iYqwM=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "5ef170020d0db4bc1c4496f9b1d4a56cfdc9920d",
|
||||
"revCount": 3036,
|
||||
"rev": "764b53275fd5019f8ccd0d09f30cdacf99ee2c80",
|
||||
"revCount": 3038,
|
||||
"type": "git",
|
||||
"url": "https://git.clan.lol/clan/clan-core"
|
||||
},
|
||||
|
|
34
flake.nix
34
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 [ ];
|
||||
|
@ -385,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
|
||||
|
|
|
@ -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