From ce20d1614f121f7d1ac48c8e9f71c8e08a37b41c Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sat, 5 Aug 2023 18:06:54 +0530 Subject: [PATCH] add spotify secrets --- secrets.nix.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/secrets.nix.example b/secrets.nix.example index 042a4f5..ab6e931 100644 --- a/secrets.nix.example +++ b/secrets.nix.example @@ -9,6 +9,10 @@ caddy_config = { email = ""; }; + spotify = { + username = "spotify email"; + password = "spotify password"; + }; users = { root.hashedPassword = ""; primary = {