use old clan config

This commit is contained in:
Ingolf Wagner 2024-05-29 21:54:53 +02:00
parent 70f8da231e
commit e0c0751e26
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -10,8 +10,8 @@
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
clan-core = {
#url = "git+https://git.clan.lol/clan/clan-core";
url = "git+file:///home/palo/dev/nixos/clan-core";
url = "git+https://git.clan.lol/clan/clan-core";
#url = "git+file:///home/palo/dev/nixos/clan-core";
inputs.nixpkgs.follows = "nixpkgs"; # Needed if your configuration uses nixpkgs unstable.
inputs.flake-parts.follows = "flake-parts";
};
@ -204,7 +204,7 @@
# Statically configure the host names of machines based on their respective zerotier-ip.
inputs.clan-core.clanModules.static-hosts
];
clan.static-hosts.topLevelDomain = "bear";
#clan.static-hosts.topLevelDomain = "bear";
}
];
};