diff --git a/systems/artemision/configuration.nix b/systems/artemision/configuration.nix index 8321e1f..a78a1f7 100644 --- a/systems/artemision/configuration.nix +++ b/systems/artemision/configuration.nix @@ -74,17 +74,6 @@ fprintd.enable = lib.mkForce false; openssh.enable = lib.mkForce false; - spotifyd = { - enable = true; - settings = { - global = { - username = "snowinginwonderland@gmail.com"; - password_cmd = "cat ${config.sops.secrets."apps/spotify".path}"; - use_mpris = false; - }; - }; - #systemd.services.spotifyd.serviceConfig = systemd.services.spotifyd. - }; rad-dev.yubikey = { enable = true; enable-desktop-app = true;