Casey Link

Results 159 comments of Casey Link

I tried to duplicate this, but I just placed `host-runner` in `~/.local/bin` rather than build a new image.. and as a result of being lazy like that I got ```console...

> We have been told that they hope to have the kernel fixed by end of year. IDMapps do not work with Overlay at this point in the kernel A...

> see https://bpa.st/raw/CJUPI for the nixpkgs changes > https://bpa.st/raw/QHONW for the nixos-hardware changes @justinkb those pastebin links are dead now :( could you re share your patches please? I'm also...

Maybe it would just be safest to seamlessly reset to ASCII defaults when switching a gfx pack?

> I use the overlay describe in the nixos wiki for [logseq](https://nixos.wiki/wiki/Logseq) but with [electron30](https://github.com/T0modachi/.dotfiles/blob/main/system/configuration.nix#L154) and works fine for me... im full unestable xD system and packages FWIW, this did...

Thanks for the feedback, I'll address it and add some fixes to the PR.

1. Where is the tempfile created? [grepping the pedestal codebase](https://github.com/search?q=repo%3Apedestal%2Fpedestal%20tempfile&type=code) I don't find it 2. Who is responsible for cleaning up the tempfile? Does pedestal have an analog to ring's...

The fix is super simple: To the tasks - `"running single container, ensure we have up to date container image"` - `"seems we use several container images, ensure all are...

Diving into this again, I'm afraid my proposed fix will prevent pulling of public images when no user/pass is defined. Is that a problem?

Is there a workaround, besides using the 23.05 image? Something like this before the nixos-everywhere call works: ``` ssh root@hostname "nix-env -iA nixos.rsync" ```