test
This commit is contained in:
parent
574e3ccd57
commit
24070c3faf
1 changed files with 4 additions and 2 deletions
|
@ -19,8 +19,10 @@
|
||||||
enableCryptodisk = true;
|
enableCryptodisk = true;
|
||||||
enable = true;
|
enable = true;
|
||||||
device = "/dev/vda";
|
device = "/dev/vda";
|
||||||
#useOSProber = true;
|
efiSupport = true;
|
||||||
|
efiInstallAsRemovable = true;
|
||||||
|
useOSProber = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||||
}
|
}
|
Loading…
Reference in a new issue