adsb-antenna: Add swapfile
This commit is contained in:
parent
8e1c46f011
commit
eb279504b2
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue