From bc8fdd1f0fe8a2189e763a41bd346630305d1ce1 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 12 Jan 2024 17:40:46 +0100 Subject: [PATCH] Let's try this instead for now --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 4d11f3b..d90bf61 100644 --- a/flake.nix +++ b/flake.nix @@ -108,8 +108,8 @@ specialArgs = {inherit inputs outputs;}; modules = [ # make the module declared by the linger flake available to our config - linger.nixosModules.${system}.default - pihole.nixosModules.${system}.default + linger.nixosModules."armv7l-linux".default + pihole.nixosModules."armv7l-linux".default # > Our main nixos configuration file < ./nixos/hosts/wheatley/configuration.nix