mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(sakuya): nf-generate
This commit is contained in:
parent
ac760421fa
commit
128f8c1d9c
4 changed files with 38 additions and 6 deletions
|
|
@ -1,8 +1,7 @@
|
|||
_: {
|
||||
arch = "aarch64";
|
||||
type = "NixOS";
|
||||
ci.allowFailure = true;
|
||||
access.online.enable = false;
|
||||
ci.enable = false;
|
||||
modules = [
|
||||
./nixos.nix
|
||||
];
|
||||
|
|
@ -11,8 +10,8 @@ _: {
|
|||
};
|
||||
network.networks = {
|
||||
tail = {
|
||||
#address4 = "100.70.124.79";
|
||||
#address6 = "fd7a:115c:a1e0::b001:7c4f";
|
||||
address4 = "100.71.135.42";
|
||||
address6 = "fd7a:115c:a1e0::4f01:872a";
|
||||
};
|
||||
local = {
|
||||
macAddress = "02:ba:46:f8:40:52";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue