add harbor swapfile

This commit is contained in:
Jonas Röger 2025-04-05 14:15:16 +02:00
parent 63f03aacdb
commit 162d96179c

View File

@ -28,7 +28,12 @@
options = ["fmask=0022" "dmask=0022"];
};
swapDevices = [];
swapDevices = [
{
device = "/.swapfile";
size = 2 * 1024;
}
];
# 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