Fix build
This commit is contained in:
parent
fb821aa722
commit
f7cf825579
|
@ -6,7 +6,7 @@ pkgs: {
|
|||
mopidy-soundcloud
|
||||
mopidy-youtube
|
||||
mopidy-local
|
||||
mopidy-jellyfin
|
||||
# mopidy-jellyfin
|
||||
];
|
||||
|
||||
configuration = ''
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -23,6 +23,7 @@ in
|
|||
gpgKeyId = "4406E80E13CD656C";
|
||||
};
|
||||
|
||||
paperless.enable = true;
|
||||
email.enable = true;
|
||||
uhk.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue