hyperhive: enable ci

This commit is contained in:
müde 2026-05-31 23:47:12 +02:00
commit e75fdb6121
2 changed files with 9 additions and 8 deletions

16
flake.lock generated
View file

@ -363,11 +363,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1780253615, "lastModified": 1780265153,
"narHash": "sha256-TjRnDvTAu4ocOmqnBZ/+//eq0bxdFbYl5zZu7j1ONpY=", "narHash": "sha256-vFVabTN5FtTE99Brvc6s3Tr0pz9dLFvnw3zMc8FVCwU=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "7cc26907173f880fcce0e40635d1ed364ccb5a5f", "rev": "6f25ff7ee727d8d4c472703c9a2dd5045290a5d8",
"revCount": 1109, "revCount": 1150,
"type": "git", "type": "git",
"url": "https://forge.darkest.space/hyperhive/hyperhive.git" "url": "https://forge.darkest.space/hyperhive/hyperhive.git"
}, },
@ -383,11 +383,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1780152618, "lastModified": 1780265484,
"narHash": "sha256-vnx1m2lxIjoJd1e3PJz4XVmScF4maxQ9SMZWQym1mm0=", "narHash": "sha256-S8gycwVbWmg3CLDK2ocfGSkBS8UWX6tZFmOjYG2TIEE=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "98930caaca4d8bdc5957d6e24aa1438dac122d85", "rev": "e1360b269ac56579ab290e8ecab836538753dfb0",
"revCount": 15, "revCount": 17,
"type": "git", "type": "git",
"url": "https://forge.darkest.space/hyperhive/website.git" "url": "https://forge.darkest.space/hyperhive/website.git"
}, },

View file

@ -10,6 +10,7 @@
gui.enable = true; gui.enable = true;
serverName = "pr1ma.darkest.space"; serverName = "pr1ma.darkest.space";
}; };
forge.ci.enable = true;
gateway.localHostsEntry = true; gateway.localHostsEntry = true;
}; };
} }