Add bigssd luks setup
This commit is contained in:
parent
5d83b1f30e
commit
5ad8f524d8
|
@ -71,6 +71,13 @@
|
||||||
options = [ "x-systemd.automount" "noauto" ];
|
options = [ "x-systemd.automount" "noauto" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.etc.crypttab = {
|
||||||
|
enable = true;
|
||||||
|
text = ''
|
||||||
|
crypt-bigssd UUID=751c00cb-32ed-4aa9-83f6-5d65955480a5 /var/big-ssd-keyfile luks
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices = [{
|
swapDevices = [{
|
||||||
device = "/dev/disk/by-partuuid/f9d26ecd-7df5-48ad-bc19-b9ac4e91b0ee";
|
device = "/dev/disk/by-partuuid/f9d26ecd-7df5-48ad-bc19-b9ac4e91b0ee";
|
||||||
randomEncryption = {
|
randomEncryption = {
|
||||||
|
|
Loading…
Reference in New Issue