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; - } - ]; }