[NixOS] Add swap to jimi-hendnix
This commit is contained in:
parent
0305fa4683
commit
60e1947dd8
@ -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";
|
||||
};
|
||||
|
@ -74,7 +74,7 @@
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
|
||||
swapDevices =[
|
||||
swapDevices = [
|
||||
{ device = "/dev/disk/by-uuid/f719b44e-295a-4909-9a60-84f87acb7f77"; }
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user