Compare commits
3 commits
e7d801866a
...
741a77417a
Author | SHA1 | Date | |
---|---|---|---|
741a77417a | |||
af81a943ca | |||
57f0154346 |
3 changed files with 12 additions and 1 deletions
|
@ -25,6 +25,7 @@ in {
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
boot = {
|
boot = {
|
||||||
|
tmp.useTmpfs = true;
|
||||||
initrd = {
|
initrd = {
|
||||||
verbose = true;
|
verbose = true;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
_: {imports = [./bluetooth.nix ./keyboard ./graphics.nix];}
|
_: {
|
||||||
|
imports = [./bluetooth.nix ./keyboard ./graphics.nix];
|
||||||
|
|
||||||
|
services.irqbalance.enable = true;
|
||||||
|
}
|
||||||
|
|
6
modules/system/hardware/ram/module.nix
Normal file
6
modules/system/hardware/ram/module.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
_: {
|
||||||
|
zramSwap = {
|
||||||
|
enable = true;
|
||||||
|
algorithm = "zstd";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue