hosts/satori: random
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -35,6 +35,5 @@
|
||||
};
|
||||
};
|
||||
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
zfs.extraPools = [ "stuff" ];
|
||||
};
|
||||
}
|
||||
|
@@ -11,18 +11,6 @@
|
||||
allowedUDPPorts = [ 22 17840 18172 ];
|
||||
trustedInterfaces = [ "docker0" ];
|
||||
};
|
||||
|
||||
defaultGateway = "192.168.1.1";
|
||||
|
||||
interfaces = {
|
||||
enp7s0 = {
|
||||
useDHCP = true;
|
||||
ipv4.addresses = [{
|
||||
prefixLength = 24;
|
||||
address = "192.168.1.109";
|
||||
}];
|
||||
};
|
||||
};
|
||||
wireguard.interfaces.wg0 = {
|
||||
ips = [ "10.55.0.3/32" ];
|
||||
listenPort = 17840;
|
||||
@@ -37,6 +25,5 @@
|
||||
}
|
||||
];
|
||||
};
|
||||
nameservers = [ "1.1.1.1" "8.8.8.8" ];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user