<Mic92>
JJJollyjim: right now it seems to be only our Linux kernel that misses one dax option, virtiofsd in qemu master seems to be more or less has all the features.
<Mic92>
I think we should enable this option as well.
stoile has joined #nixos-dev
orivej has joined #nixos-dev
justanotheruser has quit [Ping timeout: 246 seconds]
<gchristensen>
I mean, it also doensn't have nix as a dependency
<gchristensen>
or ssh, orcoreutils
<gchristensen>
it really needs resholved
<manveru>
i'm not sure how, but `nixos-rebuild switch --target-host` now gives me `/nix/store/q6a2kz73srli2s4nx4zhngvgpz8zibm4-nixos-rebuild/bin/nixos-rebuild: line 320: systemctl: command not found`
<gchristensen>
oh well it wouldn't work anyway, since that'd be running systemctl over SSH I assume, and PATH doesn't mean much over SSH
<manveru>
jup
<gchristensen>
let's use nix-build over SSH, disabling the sandbox and getting all our dependencies for free
<manveru>
guess i gotta build nixos-rebuild myself now after all...
<gchristensen>
you could improve it upstream :)
<manveru>
who has time for that ^^;
<gchristensen>
...
<gchristensen>
love2pay the brokenness tax time and time again
<manveru>
but yeah, guess it's time to fork anyway, this would be a PITA to monkeypatch
<manveru>
i was just wondering... there must be a reason for the path being so empty
<manveru>
and why it was working in previous nixpkgs
<gchristensen>
probably not, the reason it is so empty is probably b/c nobody saw problems with it with other tools
<gchristensen>
your target-host might have a .bashrc or something causing the PATH to be more minimal than usual
<manveru>
not that i've found
<manveru>
normal ssh shows `/run/wrappers/bin:/root/.nix-profile/bin:/etc/profiles/per-user/root/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin` when i do `ssh $HOST /run/current-system/sw/bin/bash -c 'echo $PATH'`
<manveru>
and systemctl is of course in `/run/current-system/sw/bin/systemctl`
<manveru>
hmm, actually it might try the local systemctl
<gchristensen>
are you doing literally that cmd?
<gchristensen>
oh yep it surely does use the local systemctl
<manveru>
and the local PATH is indeed devoid of it
<manveru>
thanks to my colleague who wants to use it on darwin... :P
<gchristensen>
that'll do ya. probably shouldn't require systemctl to exist locally if you're deploying remotely
<manveru>
yeah
orivej has quit [Ping timeout: 246 seconds]
costrouc has quit [Quit: costrouc]
costrouc has joined #nixos-dev
saschagrunert has quit [Remote host closed the connection]