lol. lamo.
This commit is contained in:
parent
dc4f5788e2
commit
ebc85538b4
|
@ -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";
|
||||||
|
|
|
@ -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 ++ [
|
||||||
|
|
Loading…
Reference in New Issue