!VhzbGHamdfMiGxpXyg:robins.wtf

NixOS Incus and LXC

46 Members
lxc, lxd, incus discussions related to NixOS16 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
17 Mar 2025
@adam:robins.wtfadamcstephens
✗ 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
@adam:robins.wtfadamcstephens🤨15:26:17
@adam:robins.wtfadamcstephenshttps://orbstack.dev/15:26:59
@adam:robins.wtfadamcstephensI 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/distros15:33:57
@adam:robins.wtfadamcstephensimplying that orb itself is running incus or lxd?15:34:16
@adam:robins.wtfadamcstephensProbably the former, given the licensing15:34:34
@c0ba1t:matrix.orgCobaltAn interesting business model, if accurate. Maybe that's a good thing for long term incus support, if orb contributes back15:43:52
@adam:robins.wtfadamcstephensI haven't figured out how to get into their VM itself17:27:28
28 Mar 2025
@adam:robins.wtfadamcstephenshttps://discuss.linuxcontainers.org/t/incus-6-11-has-been-released/2332218:43:24
@adam:robins.wtfadamcstephenshow's our linstor support? 😉18:43:40
@adam:robins.wtfadamcstephens Nonexistent 18:58:07
30 Mar 2025
@c0ba1t:matrix.orgCobalt 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
@adam:robins.wtfadamcstephens Yeah I wasn’t planning on adding linstor support any time soon 12:31:01
31 Mar 2025
@adam:robins.wtfadamcstephens
│<<< Welcome to NixOS lxc-metadata-25.05.20250330.52faf48 (x86_64) - ttyS0 >>>
18:30:43

Show newer messages


Back to Room ListRoom Version: 10