Jakub Fišer
Jakub Fišer
anything mere users can help with to have Fleet working on NixOS?
> If it is about the login credentials, Nextcloud should be able to exclude them from the backup This decision should ultimately be made by the user. However, the creds...
> Esentially restoring backups from previous Android versions ... could lead to invalid permissions/sharedpreferences states If I read the thread correctly, the invalid permission problem can be worked around by...
> > I want my backups automated for all apps at once. I don't want to go to each app periodically and manually export/import configuration. > > I too would...
I wouldn't say it's so simple. According to some just enabling the backups can possibly break the restore to a state that requires expert knowledge to fix (wrong permissions) and...
So far as I can tell from the [source](https://github.com/nix-community/home-manager/blob/master/modules/lib/dag.nix), if the flake is remote (i.e. git repo), it is always pulled fresh so that should be ok. Using a local...
> the last remaining piece would be a way of manually promoting (or perhaps, autopilot promotions of a group) a group of non-voters to voters (@cipherboy) I'd vote for autopilot...
I feel this is a generic issue, I've read the docs multiple times and it is still unclear to me whether file payload (multipart/form-data in my case) can be processed...
In Nix specifically, it would basically mean to either reimplement the `builtin.toTOML` function in Nix just for this case or post-process the generate the toml config. Both would be an...
> Make directory.substitutions an array of tables, who do have a defined order. TOML even has a neat syntax for this: > ```toml > [[directory.substitutions]] > from = "/a/b" >...