From a9f3fb56c5fe6efd0b29882bb992e066e4d26b2c Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Tue, 11 May 2021 21:26:18 +0200 Subject: [PATCH] feat(rpi4): enable networking config --- rpi4.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/rpi4.nix b/rpi4.nix index 62470e8..b5b6e03 100644 --- a/rpi4.nix +++ b/rpi4.nix @@ -7,6 +7,7 @@ with builtins; { # ./system ./system/nix.nix ./system/i18n.nix + ./system/networking.nix ./services/restic/rpi4.nix ./services/syncthing/rpi4.nix ./services/kodi.nix