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

@@ -20,7 +20,7 @@ in
type = liminix.lib.types.serviceDefn;
};
config.boot.zyxel-dual-image = liminix.callService ./service.nix {
config.boot.zyxel-dual-image = config.system.callService ./service.nix {
ensureActiveImage = mkOption {
type = types.enum [ "primary" "secondary" ];
default = "primary";