mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
chore: make 64gb swap file for imilia
This commit is contained in:
parent
8715aa8de1
commit
1d7909ff7d
1 changed files with 7 additions and 1 deletions
|
|
@ -19,11 +19,17 @@
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
fwupd
|
fwupd
|
||||||
fw-ectool
|
|
||||||
];
|
];
|
||||||
etc.hosts.mode = "0700";
|
etc.hosts.mode = "0700";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
swapDevices = [
|
||||||
|
{
|
||||||
|
device = "/swapfile";
|
||||||
|
size = 64 * 1024;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
liv = {
|
liv = {
|
||||||
laptop.enable = true;
|
laptop.enable = true;
|
||||||
desktop.enable = false;
|
desktop.enable = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue