From 18cc2db6cc507ff0123a7e7fc6936f9ea52dbc66 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Tue, 1 Jul 2025 21:32:50 +0200 Subject: [PATCH] fix --- nixos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/default.nix b/nixos/default.nix index 584a2bb..12508e3 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -9,7 +9,7 @@ self: { filter = name: _: (builtins.match "^php[[:digit:]]*$" name) != null; in lib.filterAttrs filter packages; - cfg = config.programs.phps; + cfg = config.services.myphps; inherit (lib) types; in { options.services.myphps = {