From 029655a9255f978e653425bf4a86b5e73cab607c Mon Sep 17 00:00:00 2001 From: uku Date: Thu, 16 Jan 2025 09:46:00 +0100 Subject: [PATCH] chore(mottarone): switch to pycharm ce and remove pgadmin --- systems/mottarone/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/systems/mottarone/default.nix b/systems/mottarone/default.nix index 580c18b..b1ed3f3 100644 --- a/systems/mottarone/default.nix +++ b/systems/mottarone/default.nix @@ -13,7 +13,7 @@ in remmina camasca.packages.${system}.openwebstart camasca.packages.${system}.jaspersoft-studio-community - jetbrains.pycharm-professional + jetbrains.pycharm-community-bin ]; i18n.defaultLocale = lib.mkForce "fr_FR.UTF-8"; @@ -30,10 +30,5 @@ in }; postgresql.enable = true; - pgadmin = { - enable = true; - initialEmail = "hi@uku.moe"; - initialPasswordFile = "/run/pgadminpwd"; - }; }; }