From c759baed06572166247e199634de071a0e24a248 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Mon, 25 Aug 2025 19:38:25 -0500 Subject: [PATCH] network --- systems/aarch64-linux/pi4/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/aarch64-linux/pi4/default.nix b/systems/aarch64-linux/pi4/default.nix index 43bf2ec..8ab463e 100755 --- a/systems/aarch64-linux/pi4/default.nix +++ b/systems/aarch64-linux/pi4/default.nix @@ -11,7 +11,7 @@ imports = [ ./adguard.nix ./boot.nix - # ./networking.nix - moved to modules/nixos/network + ./networking.nix # - moved to modules/nixos/network ./sops.nix ];