diff --git a/hosts/titan/hardware/hardware-configuration.nix b/hosts/titan/hardware/hardware-configuration.nix index 500a21e..424b663 100644 --- a/hosts/titan/hardware/hardware-configuration.nix +++ b/hosts/titan/hardware/hardware-configuration.nix @@ -26,7 +26,11 @@ swapDevices = [ /* { device = "/var/lib/swapfile"; size = 64 * 1024; - } */]; + } */ + { + device = "/dev/sda2"; + } + ]; # 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