module.nix: toGNUCommandLineShell -> toCommandLineShellGNU

This commit is contained in:
2026-07-22 17:44:04 +09:00
parent e06daaef1f
commit a8fb5df19d
+1 -1
View File
@@ -102,7 +102,7 @@ in
serviceConfig = {
Type = "notify";
ExecStart = let
args = lib.cli.toGNUCommandLineShell { } (cfg.settings // {
args = lib.cli.toCommandLineShellGNU { } (cfg.settings // {
systemd = true;
});
in "${lib.getExe cfg.package} ${cfg.logLevel} ${args}";