summaryrefslogtreecommitdiff
path: root/configurations
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-09-07 01:54:12 +0300
committerAzat Bahawi <azat@bahawi.net>2022-09-07 01:54:12 +0300
commit3399a58442ad0a93fc3b6f68d1b878ab078a0e06 (patch)
tree27a24e8c0ad29575742653de4f494bbdf913d7a4 /configurations
parenta9eaf09572e57a48d96e02796ed16427c02a50c3 (diff)
2022-09-07
Diffstat (limited to 'configurations')
-rw-r--r--configurations/manwe/default.nix16
-rw-r--r--configurations/melian/default.nix1
2 files changed, 8 insertions, 9 deletions
diff --git a/configurations/manwe/default.nix b/configurations/manwe/default.nix
index 4f6b8ef..f3b59f5 100644
--- a/configurations/manwe/default.nix
+++ b/configurations/manwe/default.nix
@@ -100,14 +100,14 @@ with lib; {
}
];
}
- # {
- # job_name = "wireguard";
- # static_configs = [{
- # targets = with wireguard; [
- # "${manwe.hostname}:${toString port}"
- # ];
- # }];
- # }
+ {
+ job_name = "wireguard";
+ static_configs = [
+ {
+ targets = with wireguard; ["${manwe.hostname}:${toString port}"];
+ }
+ ];
+ }
];
};
diff --git a/configurations/melian/default.nix b/configurations/melian/default.nix
index 710f26c..fb9b6e6 100644
--- a/configurations/melian/default.nix
+++ b/configurations/melian/default.nix
@@ -61,7 +61,6 @@ with lib; {
home.packages = with pkgs; [
(aspellWithDicts (p: with p; [en ru]))
calibre
- iaito
kotatogram-desktop
nheko
tor-browser