This commit is contained in:
iFargle 2023-10-04 22:36:36 +09:00
parent dc6ab136b9
commit 4e6c12f851

View file

@ -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 ];
} }