Compare commits
No commits in common. "cb0051bfdca100da9078437e69d8677d42f76a9b" and "2049827fc308eb8088cce039332c4f4c5dfeb50c" have entirely different histories.
cb0051bfdc
...
2049827fc3
1 changed files with 2 additions and 7 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue