Gregor Kleen

Results 8 comments of Gregor Kleen

I just opened #1323 for the same usecase. Having #1323 would allow something like `SOPS_AGE_KEY_EXEC="bash -c \"umask 0077; cat /dev/shm/age-key.txt || keepassxc-cli show -a password db.kdbx mykey | tee /dev/shm/age-key.txt\""`

> @gkleen Could you rebase your PR on master branch so that we can run the updated tests? Sorry for the late reply, I'm quite busy with teaching and work...

I would prefer to express which parameters are available in my templates in #1498 as a contract on the `parameters` field, which would require this enhancement to be processed by...

> By the way, both your feature requests are arguably beginner-friendly. If you would like to try to tackle them by yourself, I would be happy to provide guidance and...

With a file `b` (with arbitrary content) and a buildscript `b.gup` with content as follows: ``` #!/usr/bin/env zsh gup --leave ``` I get the following behaviour: ``` $ gup b...

Currently I'm doing the following, which seems to work: ``` systemd.services = mapAttrs' (userName: _: nameValuePair "home-manager-${userName}" { enable = mkForce false; }) config.home-manager.users; systemd.user.services."home-manager" = let cfg = config.home-manager;...

#2548 seems like the way to go, thanks!

My situation wrt. to this issue hasn't changed I'm currently having to do extra work whenever I want to upgrade my systems because I can't track home-manager releases and/or master...