diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-02 17:51:31 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-02 17:51:31 -0800 |
commit | 93cb8cc0176c8a238aa0c3b75fd408e8c3a3b18f (patch) | |
tree | 40be12eb66059650362d3117289eaefbf12823dc /hosts | |
parent | wireguard: revert to previous port (diff) | |
download | world-93cb8cc0176c8a238aa0c3b75fd408e8c3a3b18f.tar.gz |
wireguard: drop configuration for aptos
This is done in the module itself.
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/default.nix | 7 |
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; |