Let's try this instead for now

This commit is contained in:
Lillian-Violet 2024-01-12 17:40:46 +01:00
parent bea39319ab
commit bc8fdd1f0f

View file

@ -108,8 +108,8 @@
specialArgs = {inherit inputs outputs;}; specialArgs = {inherit inputs outputs;};
modules = [ modules = [
# make the module declared by the linger flake available to our config # make the module declared by the linger flake available to our config
linger.nixosModules.${system}.default linger.nixosModules."armv7l-linux".default
pihole.nixosModules.${system}.default pihole.nixosModules."armv7l-linux".default
# > Our main nixos configuration file < # > Our main nixos configuration file <
./nixos/hosts/wheatley/configuration.nix ./nixos/hosts/wheatley/configuration.nix