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"
},
"locked": {
"dirtyRev": "594563087080cb7b7eeefa72d8950606bcd5a8d4-dirty",
"dirtyShortRev": "59456308-dirty",
"lastModified": 1716997734,
"narHash": "sha256-roe466ziVbGxr/UIRXMLpHCEC5Qj0Yyl9Dh+XOX6JmU=",
"lastModified": 1717008015,
"narHash": "sha256-dYP3/cqttXSBF6y6qAJqoUgzakpxRUrV0Ka9ktUh+n4=",
"ref": "refs/heads/main",
"rev": "f1c02bbd4653917d6f7af03a77f45380f5a39b6d",
"revCount": 2928,
"type": "git",
"url": "file:///home/palo/dev/nixos/clan-core"
"url": "https://git.clan.lol/clan/clan-core"
},
"original": {
"type": "git",
"url": "file:///home/palo/dev/nixos/clan-core"
"url": "https://git.clan.lol/clan/clan-core"
}
},
"disko": {

View file

@ -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 = "gummybear";
}
];
};