lol. lamo.

This commit is contained in:
Nathan McCarty 2022-05-23 00:33:08 -04:00
parent dc4f5788e2
commit ebc85538b4
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 7 additions and 6 deletions

View File

@ -135,6 +135,13 @@ in
wants = [ "rclone-music.service" ]; wants = [ "rclone-music.service" ];
enable = true; enable = true;
}; };
# Load up lastfm scrobbling secret
sops.secrets.lastfm-conf = {
owner = "nathan";
format = "binary";
sopsFile = ../secrets/lastfm.conf;
};
# Same for the scanning service # Same for the scanning service
systemd.user.services.mopidy-scan = { systemd.user.services.mopidy-scan = {
description = "Mopidy files local scanner"; description = "Mopidy files local scanner";

View File

@ -77,12 +77,6 @@
sops.defaultSopsFile = ./secrets/nathan.yaml; sops.defaultSopsFile = ./secrets/nathan.yaml;
# Use system ssh key as an age key # Use system ssh key as an age key
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
# Load up lastfm scrobbling secret
sops.secrets.lastfm-conf = {
owner = "nathan";
format = "binary";
sopsFile = ./secrets/lastfm.conf;
};
}) })
]; ];
coreModules = baseModules ++ sopsModules ++ [ coreModules = baseModules ++ sopsModules ++ [