feat: update chocolatebar swapfile size
This commit is contained in:
parent
661f594696
commit
8662a3e311
|
@ -32,7 +32,7 @@
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{
|
{
|
||||||
device = "/swapfile";
|
device = "/swapfile";
|
||||||
size = 68 * 1024; # 68 GB
|
size = 132 * 1024; # 132 GB
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@ with lib; let
|
||||||
generateTailsXML = import ./tails-xml.nix;
|
generateTailsXML = import ./tails-xml.nix;
|
||||||
|
|
||||||
isolateGPU = "rx550x";
|
isolateGPU = "rx550x";
|
||||||
memory = 32; # in GB
|
memory = 112; # in GB
|
||||||
handOverUSBDevices = false;
|
handOverUSBDevices = false;
|
||||||
|
|
||||||
isolateAnyGPU = isolateGPU != null;
|
isolateAnyGPU = isolateGPU != null;
|
||||||
|
|
|
@ -43,14 +43,4 @@ in {
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"f /dev/shm/looking-glass 0660 ${psCfg.user.name} kvm"
|
"f /dev/shm/looking-glass 0660 ${psCfg.user.name} kvm"
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.bridges.virbr0.interfaces = [];
|
|
||||||
networking.interfaces.virbr0 = {
|
|
||||||
ipv4.addresses = [
|
|
||||||
{
|
|
||||||
address = "192.168.122.1";
|
|
||||||
prefixLength = 24;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue