WIP: add notes for missing persistence/backup
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-09-21 15:55:56 +00:00
parent 81d4b49e32
commit e923fad5d6
5 changed files with 12 additions and 0 deletions

View file

@ -36,5 +36,8 @@ in
forceSSL = true; forceSSL = true;
useACMEHost = config.networking.domain; useACMEHost = config.networking.domain;
}; };
# FIXME: backup
# FIXME: persistence
}; };
} }

View file

@ -49,5 +49,8 @@ in
inherit (cfg) port; inherit (cfg) port;
} }
]; ];
# FIXME: backup
# FIXME: persistence
}; };
} }

View file

@ -75,5 +75,8 @@ in
inherit (cfg) port; inherit (cfg) port;
} }
]; ];
# FIXME: backup
# FIXME: persistence
}; };
} }

View file

@ -119,5 +119,7 @@ in
config.services.vikunja.settings.files.basepath config.services.vikunja.settings.files.basepath
]; ];
}; };
# FIXME: persistence
}; };
} }

View file

@ -60,6 +60,7 @@ in
++ (lib.optionals config.virtualisation.docker.enable [ ++ (lib.optionals config.virtualisation.docker.enable [
"/var/lib/docker" "/var/lib/docker"
]) ])
# FIXME: podman
++ cfg.directories ++ cfg.directories
; ;
}; };