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

View file

@ -18,14 +18,5 @@
time.timeZone = "Asia/Tokyo";
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 ];
}