parent
ff76d7ffe8
commit
d93f49f2b5
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,13 @@
|
||||||
|
|
||||||
users.users.vili.hashedPasswordFile = pkgs.lib.mkForce null;
|
users.users.vili.hashedPasswordFile = pkgs.lib.mkForce null;
|
||||||
|
|
||||||
|
swapDevices = pkgs.lib.mkForce [
|
||||||
|
{
|
||||||
|
device = "/var/lib/swapfile";
|
||||||
|
size = 16 * 1024;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
# HARDWARE SPECIFIC
|
# HARDWARE SPECIFIC
|
||||||
services.qemuGuest.enable = true;
|
services.qemuGuest.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue