vm1 | add swap device

This commit is contained in:
Don Harper 2022-11-26 22:52:29 -06:00
parent 3fda21e356
commit 4a89c9c0e3

View file

@ -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