test
This commit is contained in:
parent
082f43d11b
commit
888cc66668
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@
|
||||||
networking.hostName = "nixos-linode-img";
|
networking.hostName = "nixos-linode-img";
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||||
networking.useDHCP = lib.mkForce "false";
|
networking.useDHCP = lib.mkForce false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue