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) {
|
(optionalAttrs (cfg.protonmail.enable && cfg.protonmail.autostart) {
|
||||||
autostart-protonmail = {
|
autostart-protonmail = {
|
||||||
Unit = {
|
Unit = {
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
# Changed from https://github.com/nix-community/home-manager/blob/master/modules/services/nextcloud-client.nix
|
# 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
|
# 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, ... }:
|
{ config, lib, mylib, pkgs, ... }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
Reference in New Issue
Block a user