From a26c3494d545e247ce3f602245acec55080a399d Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 1 Nov 2022 20:19:46 +0900 Subject: Revert "feat(nixos/selenium): ec2 instance" This reverts commit b94266070837495fa3b5bd7f5ffa968a9adb6c06. * moved to ~zachel/nixrc-server --- nixos/selenium/configuration.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 nixos/selenium/configuration.nix (limited to 'nixos/selenium/configuration.nix') diff --git a/nixos/selenium/configuration.nix b/nixos/selenium/configuration.nix deleted file mode 100644 index e099f02..0000000 --- a/nixos/selenium/configuration.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ config, pkgs, lib, ... }: - -{ - imports = [ ]; - - users.users.worker = { - isNormalUser = true; - extraGroups = [ "wheel" ]; - openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAic4niJKrBKyTzTbpldaEiU30vS9/jkZl3yZRnu6d9O zach@zachel.io" ]; - }; - - # This value determines the NixOS release with which your system is to be - # compatible, in order to avoid breaking some software such as database - # servers. You should change this only after NixOS release notes say you - # should. - system.stateVersion = "22.05"; # Did you read the comment? - -} -- cgit 1.4.1