Add swap for shire

This commit is contained in:
Marko Korhonen 2024-10-26 21:49:45 +03:00
parent d9c10bfe7a
commit e988a91a56

View file

@ -1,4 +1,4 @@
{ lib, ... }: { lib, ... }:
{ {
imports = [ imports = [
@ -24,4 +24,9 @@
]; ];
}; };
}; };
swapDevices = [{
device = "/var/lib/swapfile";
size = 8 * 1024;
}];
} }