From c84664d1a2584c6ac25f1c3e3cbeff08fdf8ab35 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 29 May 2024 23:11:51 +0200 Subject: [PATCH] set tld for clan machines --- flake.lock | 13 +++++++------ flake.nix | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 6dce783..fbe4916 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index 66f35bc..b93db66 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; } ]; };