[NixOS] Add swap to jimi-hendnix

This commit is contained in:
2024-06-10 19:40:56 -06:00
parent 0305fa4683
commit 60e1947dd8
2 changed files with 5 additions and 1 deletions

View File

@@ -74,7 +74,7 @@
options = [ "nofail" ];
};
swapDevices =[
swapDevices = [
{ device = "/dev/disk/by-uuid/f719b44e-295a-4909-9a60-84f87acb7f77"; }
];