Skip to content

Commit

Permalink
crproxy: update crproxy.nix for better syntax
Browse files Browse the repository at this point in the history
Co-authored-by: Arne Keller <[email protected]>
  • Loading branch information
senseab and FliegendeWurst authored Dec 30, 2024
1 parent 762d9b9 commit 545389d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/crproxy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ in
RestartSec = 5;
ExecStart = concatStringsSep " " concatLists [
[
"${cfg.package}/bin/crproxy"
(lib.getExe cfg.package)
"--default-registry=${cfg.defaultRegistry}"
"--address=${cfg.listenAddress}"
]
Expand Down

0 comments on commit 545389d

Please sign in to comment.