From f7cf8255797a08de06126dc4585ee9378ddbf9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Mon, 14 Feb 2022 10:50:34 +0100 Subject: [PATCH] Fix build --- modules/audio/mopidy.nix | 2 +- modules/x-os/networking.nix | 2 +- users/ben/default.nix | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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; };