1
This commit is contained in:
2022-10-31 16:59:06 +01:00
parent f408f7961f
commit 531f677e6c
2 changed files with 5 additions and 1 deletions

View File

@ -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 = {

View File

@ -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 {
};
};
};
}
}