From adae2ea2deab8320f497cf98c11650ec8025517d Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 13 Aug 2024 23:03:56 +0200 Subject: [PATCH] Disable zram swap --- hosts/inspiron/hardware/default.nix | 1 - hosts/north/hardware/default.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/hosts/inspiron/hardware/default.nix b/hosts/inspiron/hardware/default.nix index c7e8048..6d9d426 100644 --- a/hosts/inspiron/hardware/default.nix +++ b/hosts/inspiron/hardware/default.nix @@ -23,7 +23,6 @@ ]; }; - zramSwap.enable = true; services = { fstrim.enable = true; fwupd.enable = true; diff --git a/hosts/north/hardware/default.nix b/hosts/north/hardware/default.nix index 93cc11b..89f04eb 100644 --- a/hosts/north/hardware/default.nix +++ b/hosts/north/hardware/default.nix @@ -29,7 +29,6 @@ ]; }; - zramSwap.enable = true; hardware.logitech.lcd.enable = true; services = { fstrim.enable = true;