fix: remove curl from systemPackages and add it to serviceConfig path
This commit is contained in:
parent
24a25fe22f
commit
e9045690d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue