[NixOS] Add swapfile for biskcomp
This commit is contained in:
parent
4385a8ea12
commit
ec376d63be
@ -41,6 +41,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{ device = "/swapfile"; size = 8192; } # size is in MiB
|
||||
];
|
||||
|
||||
networking.hostName = "biskcomp";
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user