From 2af8e1aa861ddc45dce40037d7df6fcc74631a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 20 Dec 2020 19:21:09 +0100 Subject: [PATCH] fix(spotifyd): always restart --- configs/spotifyd.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/spotifyd.nix b/configs/spotifyd.nix index 6400d8f..8df9532 100644 --- a/configs/spotifyd.nix +++ b/configs/spotifyd.nix @@ -9,4 +9,6 @@ }; }; }; + + systemd.services.spotifyd.serviceConfig.Restart = "always"; }