Bjørn Forsman

Results 185 comments of Bjørn Forsman

Interesting! Does this work with `extra-container` too? Background: I recently wanted to do something similar. I wrote a script to deploy `extra-container` containers on some (Ubuntu) hosts and then used...

> Actually, maybe Colmena can subsume your use of `extra-container` if it were to check and conditionally provision a container on the target host if it doesn't exist already. In...

> In that case, I think this change won't help you much as the host still needs to be NixOS-ish. > > This container deployment mechanism relies on the fact...

This can be closed, right?

Nix itself has a related command: https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-profile-diff-closures.html

In nixpkgs there are currently two kalibrate* packages, and their binaries are: ``` $ ls -1 $(nix-build -A kalibrate-rtl)/bin kal $ ls -1 $(nix-build -A kalibrate-hackrf)/bin kal-hackrf ``` The hackrf...

Another (new) user here, looking to switch to attic from rsync-based backup. I got integrity error after hitting a full disk during `attic create`. I freed up some disk space...

@ThomasWaldmann: No ARM hardware here. (I used x86_64, although my issue was full disk. Don't know about @brodul.)

It appears that ntfs UUIDs are given without dash (both lsblk and mount emit/accept them). So perhaps the kind of compatibility I'm seeking is better implemented in lsblk/mount (stop using...

(mach-nix user here.) Can you paste your Nix expression?