diff --git a/vm1/hardware-configuration.nix b/vm1/hardware-configuration.nix index dc2ad46..7bec958 100644 --- a/vm1/hardware-configuration.nix +++ b/vm1/hardware-configuration.nix @@ -23,7 +23,9 @@ fsType = "vfat"; }; - swapDevices = [ ]; + swapDevices = + [ { device = "/dev/vda2"; } + ]; # 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