summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-08-01 22:47:08 +0200
committertv <tv@krebsco.de>2017-08-01 22:47:08 +0200
commit91e48fae045a8b00239ae65bb027143ef9fcc50c (patch)
treec3a3585a3734ec17977ab47648f4de97735b4f07
parent9b62b9d74ba298b10823d5b71aa46d6ea46f0e13 (diff)
tv: drop redundant swapDevices defs
-rw-r--r--tv/1systems/alnus/config.nix2
-rw-r--r--tv/1systems/mu/config.nix2
-rw-r--r--tv/1systems/nomic/config.nix2
3 files changed, 0 insertions, 6 deletions
diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix
index b53a8ea9..71302d59 100644
--- a/tv/1systems/alnus/config.nix
+++ b/tv/1systems/alnus/config.nix
@@ -79,8 +79,6 @@ with import <stockholm/lib>;
};
};
- swapDevices =[ ];
-
users.users.dv = {
inherit (config.krebs.users.dv) home uid;
isNormalUser = true;
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix
index 11715c14..0c1e7923 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;
diff --git a/tv/1systems/nomic/config.nix b/tv/1systems/nomic/config.nix
index e9669980..996a5e7e 100644
--- a/tv/1systems/nomic/config.nix
+++ b/tv/1systems/nomic/config.nix
@@ -48,8 +48,6 @@ with import <stockholm/lib>;
fsType = "btrfs";
};
- swapDevices = [ ];
-
environment.systemPackages = with pkgs; [
(writeDashBin "play" ''
set -euf