fix: add swap to kumatani and usahara

This commit is contained in:
2025-07-02 15:49:35 -07:00
parent a11651c6bb
commit e88678cc54
3 changed files with 13 additions and 0 deletions

1
aliases/lock.sh Executable file
View File

@@ -0,0 +1 @@
loginctl lock-session

View File

@@ -31,6 +31,12 @@
open = true; open = true;
videoAcceleration = true; videoAcceleration = true;
}; };
swapDevices = [
{
device = "/swapfile";
size = 4 * 1024;
}
];
time.timeZone = "America/Vancouver"; time.timeZone = "America/Vancouver";

View File

@@ -28,6 +28,12 @@
networking.hostName = meta.hostname; networking.hostName = meta.hostname;
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
swapDevices = [
{
device = "/swapfile";
size = 4 * 1024;
}
];
time.timeZone = "America/Vancouver"; time.timeZone = "America/Vancouver";