started working on mpd support

This commit is contained in:
chloe 2025-07-13 18:53:06 +02:00
parent a68d9b30fc
commit 5ff67cdcff
2 changed files with 16 additions and 0 deletions

View file

@ -70,6 +70,16 @@
osu-lazer-bin
];
services.mpdscribble = {
enable = true;
endpoints = {
"last.fm" = {
passwordFile = "/run/secrets/lastfm_password";
username = "ariburnznfire";
};
};
};
virtualisation.containers.enable = true;
virtualisation = {
podman = {