diff --git a/home/modules/misc.nix b/home/modules/misc.nix index 056f076d..96a3b1a0 100644 --- a/home/modules/misc.nix +++ b/home/modules/misc.nix @@ -48,6 +48,7 @@ in { }; }) + # TODO: Error: has no wallet, find out how to get imap credentials from this (optionalAttrs (cfg.protonmail.enable && cfg.protonmail.autostart) { autostart-protonmail = { Unit = { diff --git a/home/modules/nextcloud.nix b/home/modules/nextcloud.nix index 9e88ecf5..bc972b66 100644 --- a/home/modules/nextcloud.nix +++ b/home/modules/nextcloud.nix @@ -1,6 +1,9 @@ # Changed from https://github.com/nix-community/home-manager/blob/master/modules/services/nextcloud-client.nix # I use this instead of the HM module as the autostart wasn't working there +# TODO: Check the HM module again if anything changed, as this has also stopped working +# Nextcloud immediately crashes on start, autostart isn't working either... + { config, lib, mylib, pkgs, ... }: with lib; @@ -44,4 +47,4 @@ in { }; }; }; -} \ No newline at end of file +}