Updated install scripts

This commit is contained in:
2025-03-21 00:25:07 +00:00
parent 2e2ca7c41e
commit d3e792fb52
2 changed files with 18 additions and 14 deletions

View File

@ -18,7 +18,7 @@
fsType = "ext4";
};
swapDevices = [{ device = "/swapfile"; size = 4096; }];
swapDevices = [{ device = "/swapfile"; size = 8192; }];
# Locales and timezone
time.timeZone = "Europe/London";