fix: remove curl from systemPackages and add it to serviceConfig path

This commit is contained in:
Jakub Dorfman 2026-04-27 12:51:37 +02:00
parent 24a25fe22f
commit e9045690d5

View file

@ -15,7 +15,6 @@
pkgs.zip pkgs.zip
pkgs.unzip pkgs.unzip
pkgs.jq pkgs.jq
pkgs.curl
(pkgs.writeShellScriptBin "panelctl" (builtins.readFile ./panel/panelctl.sh)) (pkgs.writeShellScriptBin "panelctl" (builtins.readFile ./panel/panelctl.sh))
]; ];
@ -61,6 +60,7 @@
path = [ path = [
pkgs.podman pkgs.podman
pkgs.podman-compose pkgs.podman-compose
pkgs.curl
pkgs.sudo pkgs.sudo
pkgs.coreutils pkgs.coreutils
pkgs.zip pkgs.zip