tv: drop redundant swapDevices defs

This commit is contained in:
tv 2017-08-01 22:47:08 +02:00
parent 9b62b9d74b
commit 91e48fae04
3 changed files with 0 additions and 6 deletions

View File

@ -79,8 +79,6 @@ with import <stockholm/lib>;
};
};
swapDevices =[ ];
users.users.dv = {
inherit (config.krebs.users.dv) home uid;
isNormalUser = true;

View File

@ -50,8 +50,6 @@ with import <stockholm/lib>;
};
};
swapDevices =[ ];
nixpkgs.config.allowUnfree = true;
hardware.opengl.driSupport32Bit = true;

View File

@ -48,8 +48,6 @@ with import <stockholm/lib>;
fsType = "btrfs";
};
swapDevices = [ ];
environment.systemPackages = with pkgs; [
(writeDashBin "play" ''
set -euf