diff options
author | tv <tv@krebsco.de> | 2017-08-01 22:47:08 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-08-01 22:47:08 +0200 |
commit | 91e48fae045a8b00239ae65bb027143ef9fcc50c (patch) | |
tree | c3a3585a3734ec17977ab47648f4de97735b4f07 /tv/1systems/mu/config.nix | |
parent | 9b62b9d74ba298b10823d5b71aa46d6ea46f0e13 (diff) |
tv: drop redundant swapDevices defs
Diffstat (limited to 'tv/1systems/mu/config.nix')
-rw-r--r-- | tv/1systems/mu/config.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index 11715c14d..0c1e79238 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -50,8 +50,6 @@ with import <stockholm/lib>; }; }; - swapDevices =[ ]; - nixpkgs.config.allowUnfree = true; hardware.opengl.driSupport32Bit = true; |