machines: porthos: enable Wireguard
This commit is contained in:
parent
c912c03668
commit
a4da864981
|
@ -73,6 +73,10 @@ in
|
||||||
username = "Ambroisie";
|
username = "Ambroisie";
|
||||||
password = my.secrets.transmission.password;
|
password = my.secrets.transmission.password;
|
||||||
};
|
};
|
||||||
|
# Simple, in-kernel VPN
|
||||||
|
wireguard = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
|
|
Loading…
Reference in a new issue