mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore: swap files for the underpowered
This commit is contained in:
parent
35ca2c7280
commit
77c7970265
2 changed files with 12 additions and 0 deletions
|
|
@ -24,6 +24,12 @@
|
|||
device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
|
||||
fsType = "ext4";
|
||||
};
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/swap0";
|
||||
size = 4096;
|
||||
}
|
||||
];
|
||||
|
||||
networking.useNetworkd = true;
|
||||
systemd.network = {
|
||||
|
|
|
|||
|
|
@ -63,6 +63,12 @@
|
|||
device = "/dev/disk/by-label/NIXOS_SD";
|
||||
fsType = "ext4";
|
||||
};
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/swap0";
|
||||
size = 4096;
|
||||
}
|
||||
];
|
||||
|
||||
networking.useNetworkd = true;
|
||||
systemd.network = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue