mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-14 21:03:10 +01:00
spotifyd: remove
only throws problem and spotify apparently changed some policies
This commit is contained in:
parent
5c55131b7d
commit
83e9878a0e
|
@ -94,7 +94,6 @@
|
|||
home-manager.users.rouven = {
|
||||
imports = [
|
||||
nix-colors.homeManagerModules.default
|
||||
agenix.homeManagerModules.default
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -30,7 +30,4 @@ in
|
|||
"secrets/falkenstein/wireguard/dorm/preshared.age".publicKeys = [ rouven falkenstein ];
|
||||
"secrets/falkenstein/borg/passphrase.age".publicKeys = [ rouven falkenstein ];
|
||||
"secrets/falkenstein/borg/key.age".publicKeys = [ rouven falkenstein ];
|
||||
|
||||
# rouven (home manager)
|
||||
"secrets/rouven/spotify.age".publicKeys = [ rouven ];
|
||||
}
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 uWbAHQ klzqpl+5gMc23pxP7b6WeMnz0GupktMWsozSgu5qjVI
|
||||
zLIUb95/je/M2yGilR2PA5JyO4pG98qSeSa9cBN8oi0
|
||||
-> vi>dm(?-grease nUG 4q;
|
||||
eFlRMpjidL3vhoL3XhkOfqrdNAV7vBqgsPS5k9NWME2cqK4CcdHNLcyOdQipB2oh
|
||||
sMK94/EdKhLC+insD3oR+q6369vB/3oaBayNSUM
|
||||
--- De9rDCy3TGRbiGWLSanEwhheglOK8uOHa8Ioga1UjvY
|
||||
•9+ð¯Ãæ€pG®“ÑMèi$±ˆ“;ÊuÆ,DãëE°ÌÚȸ²®¤±Ë
|
|
@ -1,18 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs;[ spotify-tui ];
|
||||
age.secrets.spotify = {
|
||||
file = ../../../../secrets/rouven/spotify.age;
|
||||
};
|
||||
services.spotifyd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
username = "seifertrouven@gmail.com";
|
||||
password_cmd = "${pkgs.coreutils}/bin/cat ${config.age.secrets.spotify.path}";
|
||||
};
|
||||
backend = "pulseaudio";
|
||||
};
|
||||
};
|
||||
systemd.user.services.spotifyd.Unit.After = [ "agenix.service" ];
|
||||
}
|
Loading…
Reference in a new issue