Compare commits
No commits in common. "741a77417aae85da4ce37cb8dee85cca7be4a74f" and "e7d801866a764b499da6673eb1f91eb4f676e50e" have entirely different histories.
741a77417a
...
e7d801866a
3 changed files with 1 additions and 12 deletions
|
@ -25,7 +25,6 @@ in {
|
|||
}
|
||||
];
|
||||
boot = {
|
||||
tmp.useTmpfs = true;
|
||||
initrd = {
|
||||
verbose = true;
|
||||
systemd.enable = true;
|
||||
|
|
|
@ -1,5 +1 @@
|
|||
_: {
|
||||
imports = [./bluetooth.nix ./keyboard ./graphics.nix];
|
||||
|
||||
services.irqbalance.enable = true;
|
||||
}
|
||||
_: {imports = [./bluetooth.nix ./keyboard ./graphics.nix];}
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
_: {
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
algorithm = "zstd";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue