summaryrefslogtreecommitdiff
path: root/configurations
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-13 12:48:36 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-13 12:48:36 +0300
commit44d0f54b477ca1d370d0b6c2fa06f5400e151e42 (patch)
tree6de343568f70d643eb897a14f44fca5ba92b3105 /configurations
parent61b94f0dd06cac0f7dcd38cce80f2a7ab8376098 (diff)
2022-08-13
Diffstat (limited to 'configurations')
-rw-r--r--configurations/manwe/default.nix5
-rw-r--r--configurations/melian/default.nix4
2 files changed, 3 insertions, 6 deletions
diff --git a/configurations/manwe/default.nix b/configurations/manwe/default.nix
index 50acacd..1adc93d 100644
--- a/configurations/manwe/default.nix
+++ b/configurations/manwe/default.nix
@@ -84,10 +84,7 @@ with lib; {
job_name = "postgres";
static_configs = [
{
- targets = with postgres; [
- "${manwe.hostname}:${toString port}"
- "${varda.hostname}:${toString port}"
- ];
+ targets = with postgres; ["${manwe.hostname}:${toString port}"];
}
];
}
diff --git a/configurations/melian/default.nix b/configurations/melian/default.nix
index 2f3da98..cde109d 100644
--- a/configurations/melian/default.nix
+++ b/configurations/melian/default.nix
@@ -43,7 +43,6 @@ with lib; {
key = syncthing-key-melian.path;
cert = syncthing-cert-melian.path;
};
- # ipfs.enable = true; # High CPU usage is really anoying.
beets.enable = true;
bluetooth.enable = true;
@@ -55,6 +54,8 @@ with lib; {
throttled.enable = true;
};
+ # TODO Move to a separate module so that it could be reused on other desktops
+ # in the future.
hm = {
home.packages = with pkgs; [
(aspellWithDicts (p: with p; [en ru]))
@@ -68,7 +69,6 @@ with lib; {
accounts.email = {
maildirBasePath = "${config.my.home}/mail";
- # TODO Move to my.nix.
accounts = let
base = {
mbsync = {