system/hosts/istal/hardware-configuration/default.nix

16 lines
176 B
Nix

{ ... }:
{
imports = [
./generated.nix
./networking.secret.nix
];
swapDevices = [
{
device = "/var/lib/swapfile";
size = 2 * 1024;
}
];
}