nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit b78be70297bf64285a03f18da84b95eeeb633d27
parent 5dacb091aa86a9d8a6c9fb4f47a9c141afea9870
Author: Peter <peter@minskio.co.uk>
Date:   Wed, 11 Mar 2026 15:05:29 +0000

Allow service access to usual PATH

ffmpeg not required either

Diffstat:
Mcommon/roles/gnocchi.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/roles/gnocchi.nix b/common/roles/gnocchi.nix @@ -22,7 +22,7 @@ }; path = with pkgs; [ - ffmpeg + "/run/current-system/sw" # find blog-weight script here gcc go ];