diff --git a/systems/mottarone/default.nix b/systems/mottarone/default.nix index 08b5326..b1ed3f3 100644 --- a/systems/mottarone/default.nix +++ b/systems/mottarone/default.nix @@ -19,8 +19,8 @@ in i18n.defaultLocale = lib.mkForce "fr_FR.UTF-8"; hm.programs = { - git.includes = [ { path = "~/.config/git/work_config"; } ]; - ssh.includes = [ "work_config" ]; + git.enable = lib.mkForce false; + ssh.enable = lib.mkForce false; }; services = { @@ -30,10 +30,5 @@ in }; postgresql.enable = true; - pgadmin = { - enable = true; - initialEmail = "hi@uku.moe"; - initialPasswordFile = "/opt/pgadminpwd"; - }; }; }