diff --git a/nixos/enoko/hardware-configuration.nix b/nixos/enoko/hardware-configuration.nix index 788b02f..780d3d7 100644 --- a/nixos/enoko/hardware-configuration.nix +++ b/nixos/enoko/hardware-configuration.nix @@ -23,7 +23,8 @@ options = [ "fmask=0022" "dmask=0022" ]; }; - swapDevices = [ ]; + swapDevices = + [{ device = "/dev/disk/by-uuid/3adaf741-6ad1-4232-862e-76f0b2d7d893"; }]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's