finish moving pkgs.linimix.callService to config.system

This commit is contained in:
Daniel Barlow
2024-07-15 19:00:08 +01:00
parent 75e9f8210c
commit df395a4d5d
14 changed files with 21 additions and 21 deletions

View File

@@ -174,7 +174,7 @@ To expose a service template in a module, it needs the following:
.. code-block:: nix
config.system.service.cowsay = liminix.callService ./service.nix {
config.system.service.cowsay = config.system.callService ./service.nix {
address = mkOption {
type = types.str;
default = "0.0.0.0";