mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Updated disnix service for the 0.1 release
svn path=/nixos/trunk/; revision=20917
This commit is contained in:
parent
97c20c8f4d
commit
b904954793
1 changed files with 3 additions and 4 deletions
|
@ -42,12 +42,11 @@ in
|
|||
startOn = "started dbus";
|
||||
|
||||
script =
|
||||
''
|
||||
export ACTIVATION_SCRIPTS=${pkgs.disnix_activation_scripts}/libexec/disnix/activation-scripts
|
||||
export PATH=${pkgs.nixUnstable}/bin
|
||||
''
|
||||
export PATH=/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin
|
||||
export HOME=/root
|
||||
|
||||
${pkgs.disnix}/bin/disnix-service
|
||||
${pkgs.disnix}/bin/disnix-service --activation-modules-dir=${pkgs.disnix_activation_scripts}/libexec/disnix/activation-scripts
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue