diff options
author | Alan Pearce | 2019-10-04 16:43:20 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-04 16:43:20 +0200 |
commit | 4c0d444e91bd1a5813123dab93b3397715111913 (patch) | |
tree | 83f3eec6c85869bc2dd5593490419d0204ae0f15 /system | |
parent | 9dad0ca18a9b689a0e119b33e18fd5bf195c7071 (diff) | |
download | nixfiles-4c0d444e91bd1a5813123dab93b3397715111913.tar.lz nixfiles-4c0d444e91bd1a5813123dab93b3397715111913.tar.zst nixfiles-4c0d444e91bd1a5813123dab93b3397715111913.zip |
Move satoshipay packages to home-manager
Diffstat (limited to 'system')
-rw-r--r-- | system/modules/satoshipay.nix | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/system/modules/satoshipay.nix b/system/modules/satoshipay.nix index 4b648740..9cc5a341 100644 --- a/system/modules/satoshipay.nix +++ b/system/modules/satoshipay.nix @@ -22,31 +22,6 @@ }; }; - nixpkgs.config.allowUnfree = true; - - environment.variables = { - KUBECTX_IGNORE_FZF = "1"; - }; - environment.systemPackages = with pkgs; [ - caddy - openssl - mongodb-tools - pgadmin - pgcli - s3cmd - sops - unstable.mkcert - unstable.google-cloud-sdk - unstable.docker_compose - unstable.kubernetes - unstable.kubectx - unstable.redis-desktop-manager - unstable.kubernetes-helm - unstable.helmfile - unstable.robo3t - unstable.slack - ]; - services.mongodb = { enable = true; replSetName = "rs0"; |