mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(litterbox-2): remove other weird shit
This commit is contained in:
parent
98b1fc69bb
commit
780db9c050
1 changed files with 3 additions and 4 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [
|
imports = [
|
||||||
./proxmox.nix
|
|
||||||
];
|
];
|
||||||
arch = "x86_64";
|
arch = "x86_64";
|
||||||
type = "NixOS";
|
type = "NixOS";
|
||||||
|
|
@ -11,13 +10,13 @@ _: {
|
||||||
];
|
];
|
||||||
network.networks = {
|
network.networks = {
|
||||||
tail = {
|
tail = {
|
||||||
address4 = "100.70.124.79";
|
#address4 = "100.70.124.79";
|
||||||
address6 = "fd7a:115c:a1e0::b001:7c4f";
|
#address6 = "fd7a:115c:a1e0::b001:7c4f";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
exports = {
|
exports = {
|
||||||
services = {
|
services = {
|
||||||
tailscale.enable = true;
|
tailscale.enable = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue