Bruno Henriques

Results 34 comments of Bruno Henriques

I was running with `user` and then migrated to a rootless `docker` installation ([docs](https://docs.docker.com/engine/security/rootless/)). It was working before with `user` but not anymore with rootless `docker` instalation. Exceptions related with...

I have a synology and I prefer have a docker compose setup

> What is the recommended way to use with NixOS? Using home-manager, one can do: ```nix xdg.configFile = { "input-remapper/config.json".source = config.lib.file.mkOutOfStoreSymlink "${hostDir}/modules/input-remapper/config.json"; "input-remapper/presets/Logitech G305/Media.json".source = config.lib.file.mkOutOfStoreSymlink "${hostDir}/modules/input-remapper/Media.json"; }; ```

> In your peripheral.nix are other attributes being referenced other than what is at the top of the file? The note "ensure config is within home-manager's context" I am not...

Btw, if you have more questions create a issue in my dotfiles repository to avoid discussing in this thread (would be off-topic).

I personally like the minimal look of powerlevel10k when rebasing (where I am and how many rebasss left). I personally dont need _much else_. Not sure what philosophy we should...

This would also be useful in my use case, however since I am using Vega through Kibana, I can't generate the values on the fly. Therefore, binding to a specific...

The following worked for me: - `smudge`: `sops decrypt --input-type json --output-type binary --filename-override %f /dev/stdin` - `clean`: `sops encrypt --input-type binary --output-type json --filename-override %f /dev/stdin`

@lwronski thank you! I will try out once I got back from my holidays and I will let you know Intuitively, shouldn't `--interactive` allow me to keep "interacting" with the...