format
This commit is contained in:
parent
ebc85538b4
commit
50985c024a
|
@ -136,11 +136,11 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
# Load up lastfm scrobbling secret
|
# Load up lastfm scrobbling secret
|
||||||
sops.secrets.lastfm-conf = {
|
sops.secrets.lastfm-conf = {
|
||||||
owner = "nathan";
|
owner = "nathan";
|
||||||
format = "binary";
|
format = "binary";
|
||||||
sopsFile = ../secrets/lastfm.conf;
|
sopsFile = ../secrets/lastfm.conf;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Same for the scanning service
|
# Same for the scanning service
|
||||||
systemd.user.services.mopidy-scan = {
|
systemd.user.services.mopidy-scan = {
|
||||||
|
|
Loading…
Reference in New Issue