nixos/sync-server: Respect the enable option

This commit is contained in:
William A. Kennington III 2015-01-18 14:21:40 -08:00
parent cfce8509b8
commit 130f66b683

View File

@ -119,7 +119,7 @@ in
};
};
config = {
config = mkIf cfg.enable {
systemd.services.syncserver = {
after = [ "network.target" ];