Compare commits

..

No commits in common. "cb0051bfdca100da9078437e69d8677d42f76a9b" and "2049827fc308eb8088cce039332c4f4c5dfeb50c" have entirely different histories.

View file

@ -19,8 +19,8 @@ in
i18n.defaultLocale = lib.mkForce "fr_FR.UTF-8"; i18n.defaultLocale = lib.mkForce "fr_FR.UTF-8";
hm.programs = { hm.programs = {
git.includes = [ { path = "~/.config/git/work_config"; } ]; git.enable = lib.mkForce false;
ssh.includes = [ "work_config" ]; ssh.enable = lib.mkForce false;
}; };
services = { services = {
@ -30,10 +30,5 @@ in
}; };
postgresql.enable = true; postgresql.enable = true;
pgadmin = {
enable = true;
initialEmail = "hi@uku.moe";
initialPasswordFile = "/opt/pgadminpwd";
};
}; };
} }