summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/glados/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix
index a6bc4ae..82e6f98 100644
--- a/hosts/glados/default.nix
+++ b/hosts/glados/default.nix
@@ -11,6 +11,11 @@ _: {
powerManagement.cpuFreqGovernor = "ondemand";
+ security.tpm2 = {
+ enable = true;
+ abrmd.enable = true;
+ };
+
zramSwap = {
enable = true;
algorithm = "zstd";