From 108924e571021510cf834d21fbbae7dcebace7bb Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 2 Apr 2025 13:35:53 -0400 Subject: [PATCH] remove swapfile and lvfs-testing --- etcnixos/common.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/etcnixos/common.nix b/etcnixos/common.nix index d445614..7538a88 100644 --- a/etcnixos/common.nix +++ b/etcnixos/common.nix @@ -84,7 +84,6 @@ # fwupd for updating firmware fwupd = { enable = true; - extraRemotes = [ "lvfs-testing" ]; }; # auto detect network printers @@ -243,12 +242,4 @@ documentation.enable = true; documentation.man.enable = true; documentation.dev.enable = true; - - swapDevices = [ - { - device = "/var/lib/swapfile"; - size = 64 * 1024; - randomEncryption.enable = true; - } - ]; }