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
Host pixi
HostName 139.144.60.254
HostName 170.187.205.14
User hungtr
Port 22

View File

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