20 Mar 2024 |
hexa | yeah, but that it flips around between one and two item 🤷 | 01:41:57 |
adamcstephens | yeah extra diff churn | 01:42:12 |
hexa | I know the discussion is probably not that simple | 01:42:20 |
adamcstephens | probably not | 02:14:44 |
aanderse | anyone ever run a container in github actions? no matter what command i run via `lxc exec machine -- X` i get command not found
and i can't even `lxc console` into the machine... always says the password is wrong even though i built and loaded custom lxc image
again... only happening when run from github actions | 20:54:34 |
aanderse | and for reference an ubuntu container runs fine 😐 | 20:55:11 |
adamcstephens | What nixos image are you using? | 21:11:02 |
adamcstephens | You could see if it’s a path issue by using /run/current-system/sw/bin/…. | 21:12:39 |
aanderse | yeah that was my first thought
not PATH related
thanks though
just thought I'd mention here in case anyone has done this, save me some time banging my head 😂 | 21:18:54 |
21 Mar 2024 |
adamcstephens | In reply to @aanderse:nixos.dev yeah that was my first thought
not PATH related
thanks though
just thought I'd mention here in case anyone has done this, save me some time banging my head 😂 I don’t use GHA much and definitely not with lxd/incus. I do know the incus repo does though. | 11:06:34 |
| NixOS Moderation Botchanged room power levels. | 18:02:49 |
22 Mar 2024 |
adamcstephens | How can we improve the out of box experience for image users, without necessarily bundling the channels? | 22:13:53 |
23 Mar 2024 |
mkg20001 | task that runs on first boot that tries to fetch them? | 18:46:38 |
adamcstephens | I wonder if systemd first boot runs | 19:21:28 |
adamcstephens | Maybe not since it runs quite early | 19:29:56 |
adamcstephens | There’s `ConditionFirstBoot` though | 19:30:55 |
24 Mar 2024 |
mkg20001 | alternativly you could use condition if path exists and check if /nix/var/nix/profiles/per-user/root/channels exists | 15:18:29 |
mkg20001 | and if not download channels. (and make that part of the initial image configuration but not further rebuilds as it will become problematic when the user tries to remove channels entierly) | 15:19:05 |
mkg20001 | I'm not sure if ConditionFirstBoot exists as I've seen some code in the activation script where they fake the firtboot state so systemd doesn't try to populate etc | 15:20:26 |
mkg20001 | here: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/system/boot/stage-2-init.sh#L133 | 15:22:55 |
28 Mar 2024 |
adamcstephens | i've been thinking about this https://discuss.linuxcontainers.org/t/incus-0-7-has-been-released/19485#image-server-management-tool-4 | 16:38:05 |
adamcstephens | i feel like we could use this to generate an imageserver of nixos builds | 16:39:15 |
adamcstephens | i can't quite put my finger on the integration to make it work though | 16:40:07 |
adamcstephens | if we record the simple streams hash in the release, then maybe a small http service that figures out all the hydra builds and maps to images? | 16:48:08 |
hexa | you mean provide an image server via our general release pipeline? | 16:49:45 |
adamcstephens | imagine being able to run incus launch nixos:unstable/<some hash or date> | 16:50:02 |
adamcstephens | In reply to@hexa:lossy.network you mean provide an image server via our general release pipeline? i'm not sure if the release pipeline needs to run the actual server, but use it to provide the necessary data that it could be assembled | 16:51:19 |
adamcstephens | though if we want to run an image server on nixos infra, that's cool too :) | 16:51:35 |
hexa | what kind of resources woudl that need? | 16:54:02 |
hexa | * what kind of resources would that need? | 16:54:12 |