mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-25 20:41:27 +00:00
Test pleroma fix
This commit is contained in:
parent
cabe97f1e3
commit
59562e9f27
|
@ -3,6 +3,7 @@ let
|
||||||
cfg = config.services.userdata;
|
cfg = config.services.userdata;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
systemd.services.pleroma.path = [ pkgs.util-linux pkgs.exiftool ];
|
||||||
services = {
|
services = {
|
||||||
pleroma = {
|
pleroma = {
|
||||||
enable = cfg.pleroma.enable;
|
enable = cfg.pleroma.enable;
|
||||||
|
|
Loading…
Reference in a new issue