aboutsummaryrefslogtreecommitdiff
path: root/hosts/aptos/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-02 17:51:31 -0800
committerFranck Cuny <franck@fcuny.net>2022-03-02 17:51:31 -0800
commit93cb8cc0176c8a238aa0c3b75fd408e8c3a3b18f (patch)
tree40be12eb66059650362d3117289eaefbf12823dc /hosts/aptos/default.nix
parentwireguard: revert to previous port (diff)
downloadinfra-93cb8cc0176c8a238aa0c3b75fd408e8c3a3b18f.tar.gz
wireguard: drop configuration for aptos
This is done in the module itself.
Diffstat (limited to 'hosts/aptos/default.nix')
-rw-r--r--hosts/aptos/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix
index acfbb6a..342e88d 100644
--- a/hosts/aptos/default.nix
+++ b/hosts/aptos/default.nix
@@ -33,13 +33,6 @@
};
networking.wireless.iwd.enable = true;
-
- age.secrets.wg-net = {
- file = ../../secrets/network/aptos/wireguard_privatekey.age;
- path = "/var/lib/wireguard/wg0.key";
- symlink = false;
- };
-
networking.private-wireguard.enable = true;
services.thermald.enable = true;