diff --git a/nixos/machines/jimi-hendnix.nix b/nixos/machines/jimi-hendnix.nix index 2efedf59..8b81c869 100644 --- a/nixos/machines/jimi-hendnix.nix +++ b/nixos/machines/jimi-hendnix.nix @@ -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"; }; diff --git a/nixos/machines/ryzen-shine.nix b/nixos/machines/ryzen-shine.nix index bd79af09..d77c4712 100644 --- a/nixos/machines/ryzen-shine.nix +++ b/nixos/machines/ryzen-shine.nix @@ -74,7 +74,7 @@ options = [ "nofail" ]; }; - swapDevices =[ + swapDevices = [ { device = "/dev/disk/by-uuid/f719b44e-295a-4909-9a60-84f87acb7f77"; } ];