From 6aa79e9e5536d45cffaf58a90aca75cb6419efeb Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 6 Jul 2022 14:13:49 -0700 Subject: [PATCH] x86: remove empty `swapDevices` --- modules/hardware/x86_64.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/hardware/x86_64.nix b/modules/hardware/x86_64.nix index 6c5fe5bf..226f6f29 100644 --- a/modules/hardware/x86_64.nix +++ b/modules/hardware/x86_64.nix @@ -38,9 +38,6 @@ with lib; # For 32 bit applications hardware.opengl.driSupport32Bit = true; - # TODO colin: does this *do* anything? - swapDevices = [ ]; - # services.snapper.configs = { # root = { # subvolume = "/";