Monitoring + home assistant

This commit is contained in:
Aleksandr Lebedev 2025-09-29 19:54:51 +02:00
parent ebdfe095d8
commit 4b6fc29c91
4 changed files with 101 additions and 2 deletions

View file

@ -23,12 +23,10 @@ in {
config = mkIf cfg.enable {
home.packages = with pkgs; [
nextcloud-client
nextcloud-talk-desktop
];
home.persistence = mkIf impermanence.enable {
"${impermanence.persistentStorage}".directories = [
".config/Nextcloud"
".config/Nextcloud Talk"
];
};
};