mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(minecraft): add!
This commit is contained in:
parent
7e9dce8d40
commit
f3c72e7f6c
6 changed files with 206 additions and 0 deletions
23
systems/minecraft/default.nix
Normal file
23
systems/minecraft/default.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
_: {
|
||||
imports = [
|
||||
./proxmox.nix
|
||||
];
|
||||
arch = "x86_64";
|
||||
type = "NixOS";
|
||||
ci.allowFailure = true;
|
||||
access.online.enable = false;
|
||||
modules = [
|
||||
./nixos.nix
|
||||
];
|
||||
network.networks = {
|
||||
tail = {
|
||||
address4 = "100.70.124.79";
|
||||
address6 = "fd7a:115c:a1e0::b001:7c4f";
|
||||
};
|
||||
};
|
||||
exports = {
|
||||
services = {
|
||||
tailscale.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue