hive: localhosts entry
This commit is contained in:
parent
3492378102
commit
4000940454
2 changed files with 6 additions and 4 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@
|
|||
matrix = {
|
||||
enable = true;
|
||||
gui.enable = true;
|
||||
serverName = "pr1ma.darkest.space";
|
||||
};
|
||||
gateway.localHostsEntry = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue