| 19 Sep 2025 |
lord_fomo | hmm this is kinda what i'm after i guess.. next-gen NBPs | 19:55:36 |
lord_fomo |
In regard to NBP development there are several projects implementing Boot Managers able to offer boot menu extended features, scripting capabilities, etc.: Syslinux PXELINUX gPXE/iPXEAll the above-mentioned projects, when they are able to boot/install more than one OS, work under a "Boot Manager - Boot Loader" paradigm. The initial NBP is a Boot Manager able to retrieve its own configuration and deploy a menu of booting options. The user selects a booting option and an OS dependent Boot Loader is downloaded and run in order to continue with the selected specific booting procedure.
| 19:55:42 |
lord_fomo | from https://en.wikipedia.org/wiki/Preboot_Execution_Environment#Acceptance | 19:55:49 |
lord_fomo | huh v cool https://ipxe.org/ | 20:02:57 |
lord_fomo | well particularly this 😂 https://ipxe.org/howto/romburning | 20:07:02 |
| 20 Sep 2025 |
| bastidest joined the room. | 19:36:52 |
| 21 Sep 2025 |
| Jannik Wolff joined the room. | 08:04:18 |
| Emil CHERICHES joined the room. | 09:15:23 |
| fcainzos joined the room. | 14:22:48 |
| Contact @rappet:rappet.xyz instead changed their display name from rappet to Contact @rappet:rappet.xyz instead. | 15:09:06 |
| serratur joined the room. | 19:15:38 |
| 22 Sep 2025 |
| @felix.schroeter:scs.ems.host changed their display name from Felix Schröter to Felix Schröter (🌄 29.09. – 05.10.). | 09:56:01 |
| @philiptaron:matrix.org left the room. | 18:03:35 |
@er10:matrix.org | one more easy question :
cat /etc/nix/nix.conf | grep sandbox
sandbox = false
sandbox-fallback = false
extra-sandbox-paths = ```
while
`configuration.nix` has
nix = { settings = { sandbox = true; }; };
How can I change the `sandbox=false` value in `nix.conf`to `true`
Thanks in advance for any indication.
| 22:23:35 |
| 23 Sep 2025 |
@er10:matrix.org | P.S. : Which one of the two values is true? | 06:58:40 |
| kenji changed their display name from a-kenji to kenji. | 10:43:30 |
| 25 Sep 2025 |
| @dvtkrlbs:matrix.org left the room. | 22:25:01 |
| 26 Sep 2025 |
| scrompthiosis joined the room. | 17:09:10 |
| scrompthiosis changed their display name from Chad to scrompthiosis. | 17:24:42 |
| 27 Sep 2025 |
@gabyx:matrix.org | Hey: Is someone interested in maybe reviewing this: | 15:26:36 |
| @kongrooparadox:matrix.org left the room. | 20:30:12 |
| 28 Sep 2025 |
Robert Hensing (roberth) | @gabyx:matrix.org: do you have a link? | 06:10:33 |
| 29 Sep 2025 |
| samppu joined the room. | 13:47:01 |
| 30 Sep 2025 |
| ruby left the room. | 01:48:33 |
@gabyx:matrix.org | In reply to @roberthensing:matrix.org @gabyx:matrix.org: do you have a link? Jeah here is it :)
Msg go lost in the universe of unstable software with npm:
https://github.com/NixOS/nixpkgs/pull/441161 | 07:06:40 |
@gabyx:matrix.org | In reply to @gabyx:matrix.org
Jeah here is it :)
Msg go lost in the universe of unstable software with npm:
https://github.com/NixOS/nixpkgs/pull/441161 I wanted to try another separation layer but did not have time yet to test: gitlab runner running as a user A and the container host runtime (podman) also running as another user B (for rootless containers, need some subuid mapping settings etc, easy to setup)
the means I can also safely mount in the podman socket to gitlabrunner job containers for podman capabilities | 07:11:08 |
| @keiichi:matrix.org left the room. | 10:20:51 |
jappie | @roberthensing:matrix.org: is there currently a way to define explicit dependencies between resources in nixops4? | 16:02:46 |
| 17lifers (at mikuplushfarm) joined the room. | 16:03:43 |
Robert Hensing (roberth) | jappie: in the one that goes second, you could put a builtins.seq resources.first-nixos.stdout to create an artificial data dependency in one of the inputs. There's no dedicated feature for this yet | 16:04:30 |