cleared up and touched up on the documentation

This commit is contained in:
2023-06-01 11:15:39 -06:00
parent 7802443ba2
commit 9e09c8e651
3 changed files with 69 additions and 66 deletions

View File

@@ -117,8 +117,15 @@
fsType = "vfat";
};
swapDevices =
[{ device = "/dev/disk/by-uuid/f41cc85e-9963-46c1-9385-0748e670638d"; }];
swapDevices = [{
device = "/dev/disk/by-partuuid/cb0ad486-ebf8-4bfc-ad7c-96bdc68576ca";
randomEncryption = {
enable = true;
cipher = "aes-xts-plain64";
keySize = 512;
sectorSize = 4096;
};
}];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's