| 17 Mar 2025 |
adamcstephens | ✗ orb list
NAME STATE DISTRO VERSION ARCH SIZE
---- ----- ------ ------- ---- ----
nixos running nixos unstable arm64 2.0 GB
.dotfiles on main
➜ orb
[adam@nixos:/Users/adam/.dotfiles]$ cat /etc/nixos/configuration.nix
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
{ config, pkgs, modulesPath, ... }:
{
imports =
[
# Include the default lxd configuration.
"${modulesPath}/virtualisation/lxc-container.nix"
# Include the container-specific autogenerated configuration.
./incus.nix
# Include the OrbStack-specific configuration.
./orbstack.nix
];
| 15:26:11 |
adamcstephens | 🤨 | 15:26:17 |
adamcstephens | https://orbstack.dev/ | 15:26:59 |
adamcstephens | I wondered where the support for all these distros was coming from, but it appears that they're LXC containers running inside orb's VM? https://docs.orbstack.dev/machines/distros | 15:33:57 |
adamcstephens | implying that orb itself is running incus or lxd? | 15:34:16 |
adamcstephens | Probably the former, given the licensing | 15:34:34 |
Cobalt | An interesting business model, if accurate. Maybe that's a good thing for long term incus support, if orb contributes back | 15:43:52 |
adamcstephens | I haven't figured out how to get into their VM itself | 17:27:28 |
| 28 Mar 2025 |
adamcstephens | https://discuss.linuxcontainers.org/t/incus-6-11-has-been-released/23322 | 18:43:24 |
adamcstephens | how's our linstor support? 😉 | 18:43:40 |
adamcstephens | Nonexistent | 18:58:07 |
| 30 Mar 2025 |
Cobalt | It looks like linstor should at least be reasonable to build, their Dockerfile etc. looks okay-ish. There is no related package request though (#370315 is only a CLI for kubernetes), so maybe this can be skipped unless requested. I would also be surprised if anyone would use this over Ceph until it has matured. | 11:34:22 |
adamcstephens | Yeah I wasn’t planning on adding linstor support any time soon | 12:31:01 |
| 31 Mar 2025 |
adamcstephens | │<<< Welcome to NixOS lxc-metadata-25.05.20250330.52faf48 (x86_64) - ttyS0 >>>
| 18:30:43 |