This commit is contained in:
parent
c056588475
commit
9fc7b717c7
1 changed files with 1 additions and 0 deletions
|
@ -6,5 +6,6 @@
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
time.timeZone = "Asia/Tokyo";
|
time.timeZone = "Asia/Tokyo";
|
||||||
networking.hostName = "nixos-linode-img";
|
networking.hostName = "nixos-linode-img";
|
||||||
|
networking.useDHCP = lib.mkForce false;
|
||||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||||
}
|
}
|
Loading…
Reference in a new issue