Compare commits

...

2 Commits

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 170.187.205.14 HostName 139.144.60.254
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 ]; allowedTCPPorts = [ 80 443 22 ];
}; };
useDHCP = false; useDHCP = false;
interfaces.eth0.useDHCP = true; interfaces.eth0.useDHCP = true;