Compare commits
2 commits
2049827fc3
...
cb0051bfdc
Author | SHA1 | Date | |
---|---|---|---|
cb0051bfdc | |||
6ea2b73944 |
1 changed files with 7 additions and 2 deletions
|
@ -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.enable = lib.mkForce false;
|
git.includes = [ { path = "~/.config/git/work_config"; } ];
|
||||||
ssh.enable = lib.mkForce false;
|
ssh.includes = [ "work_config" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
@ -30,5 +30,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
postgresql.enable = true;
|
postgresql.enable = true;
|
||||||
|
pgadmin = {
|
||||||
|
enable = true;
|
||||||
|
initialEmail = "hi@uku.moe";
|
||||||
|
initialPasswordFile = "/opt/pgadminpwd";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue