module(pihole-container): rename module to pihole
This commit is contained in:
parent
7174f824d6
commit
1a4551ff17
2 changed files with 4 additions and 4 deletions
|
|
@ -34,7 +34,7 @@
|
|||
default = piholeImage;
|
||||
};
|
||||
|
||||
nixosModules.default = import ./modules/pihole-container.factory.nix { piholeFlake = self; };
|
||||
nixosModules.default = (import ./modules/pihole-container.factory.nix) { piholeFlake = self; };
|
||||
|
||||
devShells.default = let
|
||||
updatePiholeImageInfoScript = pkgs.writeShellScriptBin "update-pihole-image-info" ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue