feat: update chocolatebar swapfile size

This commit is contained in:
Benjamin Bädorf 2023-11-03 23:02:25 +01:00
parent 661f594696
commit 8662a3e311
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C
3 changed files with 2 additions and 12 deletions

View file

@ -32,7 +32,7 @@
swapDevices = [
{
device = "/swapfile";
size = 68 * 1024; # 68 GB
size = 132 * 1024; # 132 GB
}
];
}

View file

@ -12,7 +12,7 @@ with lib; let
generateTailsXML = import ./tails-xml.nix;
isolateGPU = "rx550x";
memory = 32; # in GB
memory = 112; # in GB
handOverUSBDevices = false;
isolateAnyGPU = isolateGPU != null;

View file

@ -43,14 +43,4 @@ in {
systemd.tmpfiles.rules = [
"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;
}
];
};
}