This commit is contained in:
iFargle 2023-09-20 20:54:06 +09:00
parent 574e3ccd57
commit 24070c3faf

View file

@ -19,7 +19,9 @@
enableCryptodisk = true;
enable = true;
device = "/dev/vda";
#useOSProber = true;
efiSupport = true;
efiInstallAsRemovable = true;
useOSProber = true;
};
networking.firewall.allowedTCPPorts = [ 22 ];