From f282de2485f1b9c19cdfe4b7cf87a3320b611984 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Wed, 11 Oct 2023 12:15:53 +0530 Subject: [PATCH] enable wireguard on rico1 --- hosts/rico1/network.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/rico1/network.nix b/hosts/rico1/network.nix index 6e07c8a..1e8aef1 100644 --- a/hosts/rico1/network.nix +++ b/hosts/rico1/network.nix @@ -1,4 +1,5 @@ {lib, ...}: { + imports = [./wireguard.nix]; networking = { hostName = "Rico1"; useDHCP = lib.mkDefault false;