home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fb5c8c91fe22abc49c7fadaf296e5fcc5d716225
parent 51c50608262a2978a8f3e97acbacde6349b7fc38
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 10 Oct 2019 14:12:41 +0200

machine.wakasu: add libosinfo and virtmanager

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmachines/wakasu.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/machines/wakasu.nix b/machines/wakasu.nix @@ -23,6 +23,8 @@ home.packages = with pkgs; [ openvpn krb5 + libosinfo + virtmanager ]; services.shairport-sync.enable = true; }