From 8aee160fd11274d1751ed88b6be40a30b3fc3b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sat, 28 Oct 2023 13:55:10 +0200 Subject: [PATCH] fix: import networking and nix modules --- hosts/nachtigall/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/nachtigall/default.nix b/hosts/nachtigall/default.nix index 835ba6f2..67f10731 100644 --- a/hosts/nachtigall/default.nix +++ b/hosts/nachtigall/default.nix @@ -6,6 +6,8 @@ ./hardware-configuration.nix ./configuration.nix + ./networking.nix + ./nix.nix ./apps/caddy.nix ]; }