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; }; }