home: spotify_key

This commit is contained in:
ooks-io 2024-10-24 00:19:54 +13:00
parent 8e81943cf9
commit bbf085ecc4
4 changed files with 25 additions and 1 deletions

View file

@ -27,5 +27,10 @@ in {
owner = "${admin.name}";
group = "users";
};
spotify_key = mkIf admin.homeManager {
file = "${self}/secrets/spotify_key.age";
owner = "${admin.name}";
group = "users";
};
};
}