set tld for clan machines

This commit is contained in:
Ingolf Wagner 2024-05-29 23:11:51 +02:00
parent e0c0751e26
commit c84664d1a2
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 8 additions and 7 deletions

View file

@ -148,16 +148,17 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"dirtyRev": "594563087080cb7b7eeefa72d8950606bcd5a8d4-dirty", "lastModified": 1717008015,
"dirtyShortRev": "59456308-dirty", "narHash": "sha256-dYP3/cqttXSBF6y6qAJqoUgzakpxRUrV0Ka9ktUh+n4=",
"lastModified": 1716997734, "ref": "refs/heads/main",
"narHash": "sha256-roe466ziVbGxr/UIRXMLpHCEC5Qj0Yyl9Dh+XOX6JmU=", "rev": "f1c02bbd4653917d6f7af03a77f45380f5a39b6d",
"revCount": 2928,
"type": "git", "type": "git",
"url": "file:///home/palo/dev/nixos/clan-core" "url": "https://git.clan.lol/clan/clan-core"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "file:///home/palo/dev/nixos/clan-core" "url": "https://git.clan.lol/clan/clan-core"
} }
}, },
"disko": { "disko": {

View file

@ -204,7 +204,7 @@
# 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
]; ];
#clan.static-hosts.topLevelDomain = "bear"; clan.static-hosts.topLevelDomain = "gummybear";
} }
]; ];
}; };