Fix build

This commit is contained in:
Benjamin Bädorf 2022-02-14 10:50:34 +01:00
parent fb821aa722
commit f7cf825579
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C
3 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,7 @@ pkgs: {
mopidy-soundcloud
mopidy-youtube
mopidy-local
mopidy-jellyfin
# mopidy-jellyfin
];
configuration = ''

View file

@ -19,7 +19,7 @@ in
iwdConfig = mkOption {
type = with types; nullOr (attrsOf (attrsOf (oneOf [ bool int str ])));
default = null;
description = "Configuratoin of iNet Wireless Daemon.";
description = "Configuration of iNet Wireless Daemon.";
};
};
config = {

View file

@ -23,6 +23,7 @@ in
gpgKeyId = "4406E80E13CD656C";
};
paperless.enable = true;
email.enable = true;
uhk.enable = true;
};