mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(access): minecraft
This commit is contained in:
parent
75b123776b
commit
f3b8f606b8
9 changed files with 55 additions and 17 deletions
|
|
@ -4,17 +4,9 @@ _: {
|
|||
];
|
||||
arch = "x86_64";
|
||||
type = "NixOS";
|
||||
ci.allowFailure = true;
|
||||
access.online.enable = false;
|
||||
modules = [
|
||||
./nixos.nix
|
||||
];
|
||||
network.networks = {
|
||||
tail = {
|
||||
address4 = "100.73.157.122";
|
||||
address6 = "fd7a:115c:a1e0::1f01:9d7a";
|
||||
};
|
||||
};
|
||||
exports = {
|
||||
services = {
|
||||
tailscale.enable = true;
|
||||
|
|
|
|||
|
|
@ -14,4 +14,10 @@ _: {
|
|||
};
|
||||
};
|
||||
};
|
||||
network.networks = {
|
||||
tail = {
|
||||
address4 = "100.73.157.122";
|
||||
address6 = "fd7a:115c:a1e0::1f01:9d7a";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue