machines: porthos: enable Wireguard

This commit is contained in:
Bruno BELANYI 2021-02-17 14:23:55 +00:00
parent c912c03668
commit a4da864981

View file

@ -73,6 +73,10 @@ in
username = "Ambroisie";
password = my.secrets.transmission.password;
};
# Simple, in-kernel VPN
wireguard = {
enable = true;
};
};
programs.gnupg.agent = {