[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"; fsType = "vfat";
}; };
swapDevices = [
{ device = "/dev/disk/by-uuid/598e9aa1-4940-4410-a2fa-3dfd8b7d2c0d"; }
];
home-manager.users = forEachUser { home-manager.users = forEachUser {
home.stateVersion = "23.11"; home.stateVersion = "23.11";
}; };