mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
removed swapDevices
This commit is contained in:
@@ -117,26 +117,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
swapDevices = [ ];
|
||||||
|
|
||||||
swapDevices = [
|
|
||||||
{
|
|
||||||
device = "/dev/disk/by-id/wwn-0x500a0751e6c3c01c-part3";
|
|
||||||
randomEncryption = {
|
|
||||||
enable = true;
|
|
||||||
allowDiscards = true;
|
|
||||||
};
|
|
||||||
priority = 10;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
device = "/dev/disk/by-id/wwn-0x500a0751e6c3c01e-part3";
|
|
||||||
randomEncryption = {
|
|
||||||
enable = true;
|
|
||||||
allowDiscards = true;
|
|
||||||
};
|
|
||||||
priority = 10;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|||||||
Reference in New Issue
Block a user