diff --git a/modules/audio/mopidy.nix b/modules/audio/mopidy.nix index 99552113..2e91e3eb 100644 --- a/modules/audio/mopidy.nix +++ b/modules/audio/mopidy.nix @@ -6,7 +6,7 @@ pkgs: { mopidy-soundcloud mopidy-youtube mopidy-local - mopidy-jellyfin + # mopidy-jellyfin ]; configuration = '' diff --git a/modules/x-os/networking.nix b/modules/x-os/networking.nix index 1e981290..1039de10 100644 --- a/modules/x-os/networking.nix +++ b/modules/x-os/networking.nix @@ -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 = { diff --git a/users/ben/default.nix b/users/ben/default.nix index a1b8c866..1eaf7ab0 100644 --- a/users/ben/default.nix +++ b/users/ben/default.nix @@ -23,6 +23,7 @@ in gpgKeyId = "4406E80E13CD656C"; }; + paperless.enable = true; email.enable = true; uhk.enable = true; };