Swap for NAS

This commit is contained in:
Zuckerberg 2022-04-07 12:26:56 -04:00
parent c5efc2db4d
commit ba570ec51a

View File

@ -33,7 +33,12 @@
fsType = "vfat";
};
swapDevices = [ ];
swapDevices = [
{
device = "/dev/mmcblk1p2";
randomEncryption.enable = true;
}
];
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
# Per-interface useDHCP will be mandatory in the future, so this generated config