about summary refs log tree commit diff
path: root/nixos/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-11-01 20:19:46 +0900
committersefidel <contact@sefidel.net>2022-11-01 20:19:46 +0900
commita26c3494d545e247ce3f602245acec55080a399d (patch)
tree63092d5e6158e4a5f9acc9eaa5ebe43c74c8f32f /nixos/default.nix
parentfcf9efa0fddddf7a268ab32d08d69e9eefebc7f8 (diff)
downloadnixrc-a26c3494d545e247ce3f602245acec55080a399d.tar.gz
nixrc-a26c3494d545e247ce3f602245acec55080a399d.zip
Revert "feat(nixos/selenium): ec2 instance"
This reverts commit b94266070837495fa3b5bd7f5ffa968a9adb6c06.

* moved to ~zachel/nixrc-server
Diffstat (limited to 'nixos/default.nix')
-rw-r--r--nixos/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/nixos/default.nix b/nixos/default.nix
index 95eee0f..31d1a61 100644
--- a/nixos/default.nix
+++ b/nixos/default.nix
@@ -20,13 +20,4 @@
       ./modules/security.nix
     ];
   };
-
-  selenium = self.lib.mkSystem {
-    name = "selenium";
-    nixpkgs = unstable-small;
-    extraModules = [
-      ./modules/security.nix
-      ./modules/ec2.nix
-    ];
-  };
 }