17 Aug 2024 |
hexa | echo "file $type $path" > $out/nix-support/hydra-build-product
| 12:29:19 |
hexa | in the package output | 12:29:21 |
hexa | and type can be none or an arbitrary type like iso or img | 12:30:02 |
adamcstephens | https://github.com/NixOS/nixpkgs/pull/276930/files | 12:32:57 |
adamcstephens | ahh, so you changed it for all disk images :) | 12:33:05 |
hexa | huh, cool | 12:35:16 |
hexa | I don't remember doing that 🙂 | 12:35:22 |
adamcstephens | https://github.com/NixOS/hydra/issues/91 | 12:38:45 |
adamcstephens | Never done, closed five years later. | 12:38:54 |
hexa | the thing is essentially unmaintained | 12:40:11 |
hexa | hm, the lxd image server still advertises 23.11 | 12:42:35 |
adamcstephens | yeah i just removed it yesterday | 12:43:02 |
adamcstephens | i think it'll roll off after a few days | 12:43:36 |
adamcstephens | ugh, i made the incus image squashfs but that builder puts the file directly in the store without an $out dir | 12:45:09 |
hexa | cool | 12:45:22 |
adamcstephens | https://github.com/NixOS/nixpkgs/pull/335366 | 13:07:44 |
adamcstephens | reviews appreciated :) | 13:07:56 |
| aurbrunet joined the room. | 21:54:58 |
31 Aug 2024 |
| Saturn joined the room. | 19:43:11 |
6 Sep 2024 |
Saturn | Is there anything for Incus on NixOS for declarative containers, VMs, and possibly even declarative NixOS-based containers? I am currently using NixOS Containers (systemd-nspawn) for a lot of things, but it is really lacking in a lot of areas, and I have recently been exploring Incus, and I am really liking it over all, so I am just curious if it has the potential to replace my current setup. | 03:37:26 |
adamcstephens | I use terraform to declare instances, which I then treat as standalone nixos installs | 03:41:51 |
adamcstephens | It’s not my favorite but with terranix can be somewhat integrated into a nix repo. Otherwise no there’s nothing nix specific out there I know of | 03:45:35 |
Saturn | Hmm. I honestly have no experience with terraform | 03:45:44 |
Saturn | In reply to @adam:robins.wtf I use terraform to declare instances, which I then treat as standalone nixos installs How does this process work? Are you able to provide some more details? | 03:46:30 |
adamcstephens | https://registry.terraform.io/providers/lxc/incus/latest/docs | 03:48:03 |
adamcstephens | Add those resources to a terraform config. Though if you don’t know terraform you’ll need to work through learning that part. Plenty of resources including official docs can hopefully get you started | 03:49:03 |
Saturn | In reply to @adam:robins.wtf I use terraform to declare instances, which I then treat as standalone nixos installs
which I then treat as standalone nixos installs My main thing with this is since my nix repo is private it'd be a bit annoying to clone it into each container, and also managing secrets.
| 03:53:17 |
Saturn | In reply to @adam:robins.wtf I use terraform to declare instances, which I then treat as standalone nixos installs *
which I then treat as standalone nixos installs My main thing with this is since my nix repo is private it'd be a bit annoying to clone it into each container, and also managing secrets.
| 03:53:21 |
Saturn | *
which I then treat as standalone nixos installs
My main thing with this is since my nix repo is private it'd be a bit annoying to clone it into each container, and also managing secrets.
| 03:53:28 |
adamcstephens | you can push configs, even with nixos-rebuild --target-host | 03:54:28 |