Compare commits

..

No commits in common. "741a77417aae85da4ce37cb8dee85cca7be4a74f" and "e7d801866a764b499da6673eb1f91eb4f676e50e" have entirely different histories.

3 changed files with 1 additions and 12 deletions

View file

@ -25,7 +25,6 @@ in {
} }
]; ];
boot = { boot = {
tmp.useTmpfs = true;
initrd = { initrd = {
verbose = true; verbose = true;
systemd.enable = true; systemd.enable = true;

View file

@ -1,5 +1 @@
_: { _: {imports = [./bluetooth.nix ./keyboard ./graphics.nix];}
imports = [./bluetooth.nix ./keyboard ./graphics.nix];
services.irqbalance.enable = true;
}

View file

@ -1,6 +0,0 @@
_: {
zramSwap = {
enable = true;
algorithm = "zstd";
};
}