<mvnetbiz_> samueldr, have you thought about using a/b boot on devices that support it? maybe that could be useful but that would just be fragmenting the process between difference devices further
<samueldr> yes
<samueldr> but it'll serve mainly as a safer way to upgrade the kernel/bootimg on-device
<samueldr> there's not *that* much to it
<samueldr> the main thing is that it needs to be considered in the UI/UX as a thing that exists
<mvnetbiz_> Should I expect to be accepted for the community aarch64 or should I go ahead and figure something else out? I see there are some fairly old requests
<gchristensen> hrm didn't I merge your PR?
<mvnetbiz_> Nope unless you deploy from a local repo that you merged me on or something. I haven't actually tried loggin int
<gchristensen> mvnetbiz_: I think I won't merge your request for now, since you're a bit new -- we have to put a good bit of trust in to the people who can access it. I'm sorry
<mvnetbiz_> Understood. Have you thought about doing per user namespaces or would that be too complex and duplicating computations / disk space.
<gchristensen> I've thought about it, but I just don't have that sort of time :x
<mvnetbiz_> How does nix remote build work, does it have to work through the nix daemon on the remote machine or can it just use a single user nix? or it is either and that is determined at runtime by nix-build? I'm not super familiar with that part of nix
<clever> mvnetbiz_: it just runs `nix-store --serve` on the remote end
<clever> mvnetbiz_: that process, then decides if it should directly access /nix or talk to a daemon, based on if it can write to certain things
<mvnetbiz_> Neat, thanks.
h0m1 has quit [Ping timeout: 246 seconds]
h0m1 has joined #nixos-aarch64
ryantrinkle has joined #nixos-aarch64
lopsided98 has quit [Remote host closed the connection]
lopsided98 has joined #nixos-aarch64
lovesegfault has quit [Quit: WeeChat 2.7]
t184256 has left #nixos-aarch64 ["Disconnected: Replaced by new connection"]
t184256 has joined #nixos-aarch64
zupo has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pbb_ has joined #nixos-aarch64
pbb has quit [Ping timeout: 272 seconds]
orivej has quit [Ping timeout: 272 seconds]
pbb_ has quit [Remote host closed the connection]
<srk> any idea what's wrong with these kernelPackages http://ix.io/2c1x ? I'm trying to use specific config without all the modules enabled, somehow it works from default.nix (just linux_nvn, without linuxPackages)
<srk> it's similar to nixos/modules/testing/minimal-kernel.nix
<srk> but when there's linuxPackagesFor the configurePhase is the original one
pbb has joined #nixos-aarch64
ZoomZoomZoom has joined #nixos-aarch64
<ZoomZoomZoom> Hi! Anyone's running on Allwinner H6?
zarel_ has joined #nixos-aarch64
zarel has quit [Read error: Connection reset by peer]
<ZoomZoomZoom> I'm interested in launching NixOS on Tanix TX6. There's already an Armbian image for the device, so I have a dtb and an SD card with u-boot which can boot Armbian USB drive.
<wavirc22> ZoomZoomZoom: I followed a similar journey recently using armbian as a basis, this could provide you some hints https://github.com/wav/nix-odroid-n2/tree/master/packages/linux_odroid_n2. In that repo I generated a linux config on armbian, used the armbian patches that I could apply and selected a linux version.
<srk> wavirc22: huh, interesting that custom config(urePhase) override works for you with overlays but not directly via boot.kernelPackages
<wavirc22> srk: Honestly, this was "my first project", both kernel related and nix. I started with the kernelPackages, but I couldn't make it take my config. So I took what was there and tried to reproduce the steps I saw elsewhere as closely as I could hack.
<wavirc22> One day, I will be enlightened.
<srk> the structure looks good
<srk> I think there's no easy way to tell kernel to just use this specific config
<wavirc22> Thanks, I took it slow.
<ZoomZoomZoom> wavirc22, that's probably too much for me ATM, what I was thinking is if I can perhaps just add a dtb to the installer image and boot it
pbb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
pbb has joined #nixos-aarch64
<srk> ZoomZoomZoom: you can do that with sd-image, add the file and alter /boot/extlinux/extlinux.conf
<srk> u-boot needs to have DISTRO_CONFIG, provided one might work
<srk> well even the generic image might work and you can use that as a baseline
zarel_ has quit [Ping timeout: 265 seconds]
zarel has joined #nixos-aarch64
pbb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
pbb has joined #nixos-aarch64
pbb_ has joined #nixos-aarch64
pbb has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-aarch64
ryantrinkle has quit [Ping timeout: 272 seconds]
samrose_ has quit [Ping timeout: 240 seconds]
samrose_ has joined #nixos-aarch64
ryantrinkle has joined #nixos-aarch64
ZoomZoomZoom has quit [Quit: Leaving]
DigitalKiwi has quit [Quit: quite.]
DigitalKiwi has joined #nixos-aarch64
andi- has quit [Ping timeout: 260 seconds]
andi- has joined #nixos-aarch64
andi- has quit [Read error: Connection reset by peer]
andi- has joined #nixos-aarch64
zupo has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
andi- has quit [Ping timeout: 246 seconds]
andi- has joined #nixos-aarch64
zupo has joined #nixos-aarch64
zupo_ has joined #nixos-aarch64
zupo has quit [Ping timeout: 260 seconds]
Yannik_Sc has joined #nixos-aarch64
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Acou_Bass has quit [Ping timeout: 240 seconds]
Acou_Bass has joined #nixos-aarch64
zupo_ has joined #nixos-aarch64
Acou_Bass has quit [Ping timeout: 260 seconds]
Acou_Bass has joined #nixos-aarch64
wavirc22 has quit [Ping timeout: 260 seconds]
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<samueldr> timed out :(
* samueldr restarts
<srk> might need higher timeout
<srk> takes me like half a day to build kernel with all modules on imx6q
<srk> with custom config it's only 1h
<samueldr> the aarch64 builders are well-powered enough to handle this
<samueldr> the issue I think may be contention on the builders?
zupo has joined #nixos-aarch64
<srk> possibly, trying to find some details about aarch64 builders
<samueldr> they're the standard packet.net arm arm machines
Yannik_Sc has quit [Quit: Yannik_Sc]
orivej has quit [Ping timeout: 265 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ryantrinkle has quit [Ping timeout: 272 seconds]