summaryrefslogtreecommitdiff
path: root/configurations/melian
diff options
context:
space:
mode:
Diffstat (limited to 'configurations/melian')
-rw-r--r--configurations/melian/default.nix10
1 files changed, 3 insertions, 7 deletions
diff --git a/configurations/melian/default.nix b/configurations/melian/default.nix
index 0805b4a..0d50f9f 100644
--- a/configurations/melian/default.nix
+++ b/configurations/melian/default.nix
@@ -6,11 +6,9 @@ with lib;
syncthing.enable = true;
+ android.enable = true;
bluetooth.enable = true;
-
throttled.enable = true;
-
- android.enable = true;
};
hardware.trackpoint = {
@@ -63,7 +61,7 @@ with lib;
"level disengaged"
50
32767
- ] # This could annoy some people but IDGAF.
+ ]
];
};
};
@@ -90,8 +88,6 @@ with lib;
};
};
- # NOTE This makes hibernation pretty much impossible because the partition is
- # encrypted.
swapDevices = [
{
device = "/swapfile";
@@ -101,6 +97,6 @@ with lib;
zramSwap = {
enable = true;
- memoryPercent = 25;
+ memoryPercent = 100;
};
}