summaryrefslogtreecommitdiff
path: root/hosts/dishwasher
diff options
context:
space:
mode:
authorGrigory Shipunov2022-06-18 11:57:32 +0200
committerGrigory Shipunov2022-06-18 12:09:56 +0200
commit3f0894f4537d7931e1d42721893b61c57e4787ee (patch)
treec875e970e79479274a93bf00e5e009384eea99bd /hosts/dishwasher
parent121e2f5004e109c5fc9530d136aae497061b8ef7 (diff)
explicitly enable wireguard
Diffstat (limited to 'hosts/dishwasher')
-rw-r--r--hosts/dishwasher/oxalab.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/dishwasher/oxalab.nix b/hosts/dishwasher/oxalab.nix
index b6521cf..ba5e9b0 100644
--- a/hosts/dishwasher/oxalab.nix
+++ b/hosts/dishwasher/oxalab.nix
@@ -1,5 +1,6 @@
{ config, ... }:
{
+ networking.wireguard.enable = true;
systemd.network = {
netdevs."oxalab" = {
netdevConfig = {