Commit beb4b9ab0fb4
Changed files (2)
modules
services
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).
shikoku.nix
@@ -37,5 +37,4 @@
virtmanager
zoom-us
];
- services.shairport-sync.enable = true;
}