Compare commits

..

No commits in common. "164d3c19eb746838014a71f0d6aa17db370ea8e2" and "88cde1a5b51ef45301f10121ecbd62957a4fda24" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@ Host lizzi
Port 22 Port 22
Host pixi Host pixi
HostName 139.144.60.254 HostName 170.187.205.14
User hungtr User hungtr
Port 22 Port 22

View File

@ -32,13 +32,13 @@
specialArgs = { specialArgs = {
hostname = "pixi"; hostname = "pixi";
_networking = { _networking = {
# interfaces.eth1.ipv4.addresses = [{ interfaces.eth1.ipv4.addresses = [{
# address = "71.0.0.1"; address = "71.0.0.1";
# prefixLength = 24; prefixLength = 24;
# }]; }];
firewall = { firewall = {
enable = false; enable = false;
allowedTCPPorts = [ 80 443 22 ]; allowedTCPPorts = [ 80 443 ];
}; };
useDHCP = false; useDHCP = false;
interfaces.eth0.useDHCP = true; interfaces.eth0.useDHCP = true;