home

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

commit beb4b9ab0fb4c4240b56bfa5fc4209b6bffe9f0a
parent 88d8c9f4dc7073647e3469ff6d6e53836eeff19f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  1 Nov 2018 17:38:41 +0100

services.sharport-sync: micro enhancement

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

Diffstat:
Mmodules/services/shairport-sync.nix | 2+-
Mshikoku.nix | 1-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/services/shairport-sync.nix b/modules/services/shairport-sync.nix @@ -41,7 +41,7 @@ in ###### implementation - config = mkIf config.services.shairport-sync.enable { + config = mkIf cfg.enable { /* Requires the following in NixOS (or elsewhere). diff --git a/shikoku.nix b/shikoku.nix @@ -37,5 +37,4 @@ virtmanager zoom-us ]; - services.shairport-sync.enable = true; }