Test
This commit is contained in:
parent
dc6ab136b9
commit
4e6c12f851
1 changed files with 0 additions and 9 deletions
|
@ -17,15 +17,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 = "osaka-vultr-01";
|
networking.hostName = "osaka-vultr-01";
|
||||||
|
|
||||||
boot.loader.grub = {
|
|
||||||
enableCryptodisk = true;
|
|
||||||
enable = true;
|
|
||||||
device = "/dev/vda";
|
|
||||||
efiSupport = true;
|
|
||||||
efiInstallAsRemovable = true;
|
|
||||||
useOSProber = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||||
}
|
}
|
Loading…
Reference in a new issue