From 4000940454b6158e65e0bcec20237d9591f98fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Sun, 31 May 2026 17:30:12 +0200 Subject: [PATCH] hive: localhosts entry --- flake.lock | 8 ++++---- nixosConfigurations/muede-lpt2/hyperhive.nix | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 06f521c..a1100fa 100644 --- a/flake.lock +++ b/flake.lock @@ -363,11 +363,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1780152631, - "narHash": "sha256-GUgJbRpRmdkJgfbkGa87BLuoudsvmxYS+/wN45NHcrE=", + "lastModified": 1780240702, + "narHash": "sha256-7g0VoreH2hz+Akx2JWZF38yGsM+6D2Tys7rOVVBi1ac=", "ref": "refs/heads/main", - "rev": "459baebbb81e2c0db9e362800b921df07be1433e", - "revCount": 891, + "rev": "94c110fd5f106901dc974fe08b2843c3322406cf", + "revCount": 1081, "type": "git", "url": "https://forge.darkest.space/hyperhive/hyperhive.git" }, diff --git a/nixosConfigurations/muede-lpt2/hyperhive.nix b/nixosConfigurations/muede-lpt2/hyperhive.nix index 1f0776b..c41db13 100644 --- a/nixosConfigurations/muede-lpt2/hyperhive.nix +++ b/nixosConfigurations/muede-lpt2/hyperhive.nix @@ -8,6 +8,8 @@ matrix = { enable = true; gui.enable = true; + serverName = "pr1ma.darkest.space"; }; + gateway.localHostsEntry = true; }; }