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.unzip
|
||||
pkgs.jq
|
||||
pkgs.curl
|
||||
(pkgs.writeShellScriptBin "panelctl" (builtins.readFile ./panel/panelctl.sh))
|
||||
];
|
||||
|
||||
|
|
@ -61,6 +60,7 @@
|
|||
path = [
|
||||
pkgs.podman
|
||||
pkgs.podman-compose
|
||||
pkgs.curl
|
||||
pkgs.sudo
|
||||
pkgs.coreutils
|
||||
pkgs.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue