Fix build
This commit is contained in:
parent
fb821aa722
commit
f7cf825579
|
@ -6,7 +6,7 @@ pkgs: {
|
||||||
mopidy-soundcloud
|
mopidy-soundcloud
|
||||||
mopidy-youtube
|
mopidy-youtube
|
||||||
mopidy-local
|
mopidy-local
|
||||||
mopidy-jellyfin
|
# mopidy-jellyfin
|
||||||
];
|
];
|
||||||
|
|
||||||
configuration = ''
|
configuration = ''
|
||||||
|
|
|
@ -19,7 +19,7 @@ in
|
||||||
iwdConfig = mkOption {
|
iwdConfig = mkOption {
|
||||||
type = with types; nullOr (attrsOf (attrsOf (oneOf [ bool int str ])));
|
type = with types; nullOr (attrsOf (attrsOf (oneOf [ bool int str ])));
|
||||||
default = null;
|
default = null;
|
||||||
description = "Configuratoin of iNet Wireless Daemon.";
|
description = "Configuration of iNet Wireless Daemon.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
|
|
|
@ -23,6 +23,7 @@ in
|
||||||
gpgKeyId = "4406E80E13CD656C";
|
gpgKeyId = "4406E80E13CD656C";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
paperless.enable = true;
|
||||||
email.enable = true;
|
email.enable = true;
|
||||||
uhk.enable = true;
|
uhk.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue