[NixOS] Add swap to jimi-hendnix

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

View File

@ -45,6 +45,10 @@
fsType = "vfat";
};
swapDevices = [
{ device = "/dev/disk/by-uuid/598e9aa1-4940-4410-a2fa-3dfd8b7d2c0d"; }
];
home-manager.users = forEachUser {
home.stateVersion = "23.11";
};

View File

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