comment
This commit is contained in:
@ -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 = {
|
||||
|
@ -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 {
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user