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

16 lines
176 B
Nix
Raw Normal View History

2024-04-16 02:51:46 +03:00
{ ... }:
{
imports = [
./generated.nix
./networking.secret.nix
];
2024-08-07 19:10:30 +03:00
swapDevices = [
{
device = "/var/lib/swapfile";
size = 2 * 1024;
}
];
2024-04-16 02:51:46 +03:00
}