mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 02:48:42 +08:00
treewide: abstract away common configs into common/
This commit is contained in:
7
common/pc/ssd/default.nix
Normal file
7
common/pc/ssd/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
boot.kernel.sysctl = {
|
||||
"vm.swappiness" = lib.mkDefault 1;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user