1
0
Fork 0

adsb-antenna: Add swapfile

This commit is contained in:
Daniel Kempkens 2022-08-18 19:17:14 +02:00
parent 8e1c46f011
commit eb279504b2

View file

@ -19,7 +19,12 @@
fsType = "ext4";
};
swapDevices = [ ];
swapDevices = [
{
device = "/var/lib/swapfile";
size = 2048;
}
];
networking.useDHCP = lib.mkDefault true;
# networking.interfaces.eth0.useDHCP = lib.mkDefault true;