diff options
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"; |