From 13b73d3189e2f225b9e699ecc5434cf8285b7b63 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 11 Jul 2024 10:49:43 +0200 Subject: [PATCH] Disable spotifyd --- flake.nix | 2 +- instances/odin/hm.nix | 2 +- instances/thor/hm.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 290bf66..055d1e3 100644 --- a/flake.nix +++ b/flake.nix @@ -111,7 +111,7 @@ { age.secrets = { # oauth_proxy_client_credentials.file = ./secrets/oauth_proxy_client_credentials.age; - spotify_password = { file = ./secrets/spotify_password.age; owner = "bertof"; }; + # spotify_password = { file = ./secrets/spotify_password.age; owner = "bertof"; }; wg_psk = { file = ./secrets/wg_psk.age; }; baldur_wg_priv = { file = ./secrets/baldur_wg_priv.age; }; oppo_wg_priv = { file = ./secrets/oppo_wg_priv.age; }; diff --git a/instances/odin/hm.nix b/instances/odin/hm.nix index a8a7dbf..28d7f64 100644 --- a/instances/odin/hm.nix +++ b/instances/odin/hm.nix @@ -137,7 +137,7 @@ ../../modules/hm/rofi.nix # ../../modules/hm/screen_locker.nix # ../../modules/hm/security.nix - ../../modules/hm/spotifyd.nix + # ../../modules/hm/spotifyd.nix ../../modules/hm/syncthing.nix # ../../modules/hm/thunar.nix # ../../modules/hm/twmn.nix diff --git a/instances/thor/hm.nix b/instances/thor/hm.nix index c9f85ff..9cf3ee3 100644 --- a/instances/thor/hm.nix +++ b/instances/thor/hm.nix @@ -126,7 +126,7 @@ ../../modules/hm/rofi.nix # ../../modules/hm/screen_locker.nix # ../../modules/hm/security.nix - ../../modules/hm/spotifyd.nix + # ../../modules/hm/spotifyd.nix ../../modules/hm/sxhkd.nix ../../modules/hm/syncthing.nix # ../../modules/hm/thunar.nix