module(pihole-container): rename module to pihole

This commit is contained in:
Christopher Bacher 2022-10-09 19:57:58 +02:00
parent 7174f824d6
commit 1a4551ff17
2 changed files with 4 additions and 4 deletions

View file

@ -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" ''