diff options
| author | Grigory Shipunov | 2022-06-18 11:57:32 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-18 12:09:56 +0200 |
| commit | 3f0894f4537d7931e1d42721893b61c57e4787ee (patch) | |
| tree | c875e970e79479274a93bf00e5e009384eea99bd /hosts/cirrus | |
| parent | 121e2f5004e109c5fc9530d136aae497061b8ef7 (diff) | |
explicitly enable wireguard
Diffstat (limited to 'hosts/cirrus')
| -rw-r--r-- | hosts/cirrus/wireguard-server.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/cirrus/wireguard-server.nix b/hosts/cirrus/wireguard-server.nix index 742912e..66068c8 100644 --- a/hosts/cirrus/wireguard-server.nix +++ b/hosts/cirrus/wireguard-server.nix @@ -1,5 +1,6 @@ { config, ... }: { + networking.wireguard.enable = true; systemd.network = { netdevs."oxalab" = { netdevConfig = { |
