Compare commits
2 Commits
88cde1a5b5
...
164d3c19eb
Author | SHA1 | Date |
---|---|---|
pegasust | 164d3c19eb | |
pegasust | e1ac2772a3 |
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue