From 70eb64c0250df734df1bff861e0bd7229b31f69f Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 20 Mar 2012 18:28:32 +0000 Subject: [PATCH] Pommed: find the 'eject' command in /var/setuid-wrappers:/home/shlevy/.nix-profile/bin:/home/shlevy/.nix-profile/sbin:/home/shlevy/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin:/var/run/current-system/sw/lib/kde4/libexec svn path=/nixos/trunk/; revision=33302 --- modules/services/hardware/pommed.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/services/hardware/pommed.nix b/modules/services/hardware/pommed.nix index 84f2925c4ae6..63c783f5c6d0 100644 --- a/modules/services/hardware/pommed.nix +++ b/modules/services/hardware/pommed.nix @@ -42,6 +42,8 @@ with pkgs.lib; exec = "${pkgs.pommed}/bin/pommed"; daemonType = "fork"; + + path = [ pkgs.eject ]; }; }; }