hive: localhosts entry

This commit is contained in:
müde 2026-05-31 17:30:12 +02:00
commit 4000940454
2 changed files with 6 additions and 4 deletions

8
flake.lock generated
View file

@ -363,11 +363,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1780152631, "lastModified": 1780240702,
"narHash": "sha256-GUgJbRpRmdkJgfbkGa87BLuoudsvmxYS+/wN45NHcrE=", "narHash": "sha256-7g0VoreH2hz+Akx2JWZF38yGsM+6D2Tys7rOVVBi1ac=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "459baebbb81e2c0db9e362800b921df07be1433e", "rev": "94c110fd5f106901dc974fe08b2843c3322406cf",
"revCount": 891, "revCount": 1081,
"type": "git", "type": "git",
"url": "https://forge.darkest.space/hyperhive/hyperhive.git" "url": "https://forge.darkest.space/hyperhive/hyperhive.git"
}, },

View file

@ -8,6 +8,8 @@
matrix = { matrix = {
enable = true; enable = true;
gui.enable = true; gui.enable = true;
serverName = "pr1ma.darkest.space";
}; };
gateway.localHostsEntry = true;
}; };
} }