remove swapfile and lvfs-testing

This commit is contained in:
2025-04-02 13:35:53 -04:00
parent 781df641c6
commit 108924e571

View File

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