Let's try this instead for now
This commit is contained in:
parent
d8e0c72eff
commit
49c2af12b9
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue