jzbor
jzbor
> Are you sure? You should be able to import homeModules from another flake just as well. Yes, but I have for example a Debian machine, which I still use...
> Personally I think of home configurations as _always_ being tied to a particular machine. A "computer user" fundamentally doesn't exist independently from the computer on which it resides. If...
> On the other hand, I think when having enough non-nixos/nix-darwin hosts managed by home-manager that `hosts/any/users/*` brings a tangible benefit over `hosts//users//home-configuration.nix`, it should be feasible to customize a...
@JumpIn-Git I think this is pretty much the workaround I am using right now, which I have commented on extensively yesterday. @clo4 Thanks alot, I will take a look at...
> [@jzbor](https://github.com/jzbor) if you want to give this a shot, please let me know what you think! Hi, I just tested it in [jzbor/nixos-config/generic-users](https://github.com/jzbor/nixos-config/tree/generic-users). It works as expected. `/users/jzbor` is...
> this isnt needed, see my flake: This is pretty much the workaround I am using right now (see the link), except for more deeply nested attributes `recursiveUpdate` is necessary...
You can easily do that in your reverse proxy (e.g. nginx or caddy), which is also probably a cleaner and more customizable solution than native support by attic.
I see your point. It would be nice, if this information like key and instructions with the correct url was available by default.
Hi, I would be interested in this feature. I want to automatically generate default configurations, that can later be parsed with `duratin-str` + `Deserialize`. Is there any chance this gets...
Thanks alot, it builds now!