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