Add git-crypt setup for Mopidy credentials
This commit is contained in:
parent
4c26d27a33
commit
eb2dbf6c7b
|
@ -0,0 +1,2 @@
|
||||||
|
# Encrypt Mopidy config as it contains Spotify credentials
|
||||||
|
system/shared/services/mopidy.nix filter=git-crypt diff=git-crypt
|
|
@ -21,6 +21,12 @@
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.pcscd.enable = true;
|
||||||
|
programs.gnupg.agent = {
|
||||||
|
enable = true;
|
||||||
|
pinentryFlavor = "curses";
|
||||||
|
};
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
Loading…
Reference in New Issue