From dea6aadd206bd071c7683df03ae58d54d07aa579 Mon Sep 17 00:00:00 2001 From: Aleksanteri Paakkinen Date: Fri, 17 Jul 2020 18:43:40 +0300 Subject: [PATCH] fix: remove unused option --- soundcraft-service.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/soundcraft-service.nix b/soundcraft-service.nix index 76c30f8..90ecffa 100644 --- a/soundcraft-service.nix +++ b/soundcraft-service.nix @@ -22,13 +22,6 @@ in { Start Soundcraft Notepad D-Bus service. ''; }; - systemd = mkOption { - default = false; - type = with types; bool; - description = '' - Start systemd service DEBUG!! - ''; - }; }; };