sourcephile
/
git
/
sourcephile-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
zfs: allow sending backup from losurdo to mermet
[sourcephile-nix.git]
/
nixos
/
profiles
/
hardware
/
apu2e4.nix
diff --git
a/nixos/profiles/hardware/apu2e4.nix
b/nixos/profiles/hardware/apu2e4.nix
index 97d2bce90d3f052858229057c8b996a773f4c90f..c380c77d4f485da6fe90eaade09675f702ed51cb 100644
(file)
--- a/
nixos/profiles/hardware/apu2e4.nix
+++ b/
nixos/profiles/hardware/apu2e4.nix
@@
-8,13
+8,6
@@
nix = {
};
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
-boot.kernel = {
- sysctl = {
- "vm.swappiness" = 10;
- "vm.vfs_cache_pressure" = 50;
- };
-};
-
boot.loader = {
grub = {
enable = true;