From 9d7b3250117e36767b06b69196d93ed0ff217915 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 15 Aug 2023 16:30:50 +0900 Subject: [PATCH] fix --- modules/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/networking.nix b/modules/networking.nix index ab47e081..5d871e9c 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -2,7 +2,7 @@ # Enable networking # Imports for host-specific configs: imports = [ - ../hosts/${hostname}/networking.nix + ../hosts/${hostname}/nixos/networking.nix ]; networking = {