From bea39319abf250bad1494f04e9d16bc860e6ea37 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 12 Jan 2024 17:39:13 +0100 Subject: [PATCH] Fix that location --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index c0cad27..4d11f3b 100644 --- a/flake.nix +++ b/flake.nix @@ -99,10 +99,6 @@ # > Our main nixos configuration file < ./nixos/hosts/shodan/configuration.nix sops-nix.nixosModules.sops - - # make the module declared by the linger flake available to our config - linger.nixosModules.${system}.default - pihole.nixosModules.${system}.default ]; }; }; @@ -111,6 +107,10 @@ system = "armv7l-linux"; 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 + # > Our main nixos configuration file < ./nixos/hosts/wheatley/configuration.nix sops-nix.nixosModules.sops