<eyJhb>
Sorry no, but now I discovered Kata Containers :D
<eyJhb>
Seems nice
<eyJhb>
Whoo, it uses firecracker
pie_ has joined #nixos-chat
<andi->
I've been running a few state-/disk-less VMs using 9ps on NixOS and the main bottleneck was always the terrible performance during startup. Since those are mostly applications that do not do much I/O I never bothered investigating. Using virtio-fs sounds really promising. Once we have kernel 5.4 in nixpkgs I'll give it a try.
ivan has quit [Quit: lp0 on fire]
<eyJhb>
andi-: let us know how it goes! What things are you running in your VMs? Any reason not to do a container instead?
ivan has joined #nixos-chat
<andi->
eyJhb: I don't want to give $randomPeople access to my kernel, I can load kernel module as needed (e.g. wireguard) without having them on the host.
<andi->
I also never want them to be able to use the hosts network even if our container scripts fail.
<eyJhb>
Ahh okay, makes total sense andi- ! THen you might also be somewhat interested in kata-containers as well?
<andi->
think Tor gateway
<eyJhb>
VM + Cont
<andi->
Not really interested in Kata... I have my custom module that starts VMs based on a NixOS configuration on the host and I am happy :-)
<eyJhb>
Damn, hoped I could rope you into packaging it for NixOS ;)
<eyJhb>
But if everything is up and running as-is, it makes total sense!
lejonet1 has joined #nixos-chat
lejonet has quit [Remote host closed the connection]
drakonis has joined #nixos-chat
<eyJhb>
adisbladis: what was it that you did for a living?
drakonis1 has quit [Ping timeout: 240 seconds]
<adisbladis>
eyJhb: I work at Tweag
<adisbladis>
Why?
drakonis_ has joined #nixos-chat
<eyJhb>
adisbladis: I jsut keep forgetting and I am waay too curious
drakonis has quit [Ping timeout: 276 seconds]
psyanticy has joined #nixos-chat
<clever>
samueldr: the answer is yes, changing from slim to lightdm will terminate your session with zero warning
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos-chat
drakonis has joined #nixos-chat
drakonis1 has joined #nixos-chat
drakonis_ has quit [Ping timeout: 246 seconds]
drakonis_ has joined #nixos-chat
drakonis has quit [Read error: Connection reset by peer]
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos-chat
drakonis1 has quit [Ping timeout: 250 seconds]
drakonis has joined #nixos-chat
drakonis_ has quit [Ping timeout: 245 seconds]
drakonis1 has joined #nixos-chat
rardiol has joined #nixos-chat
<worldofpeace>
hmm, clever I think that might be pam rule related.
<worldofpeace>
IIRC, if you switch from GDM to lightdm or either way around it doesn't result in a crash.
<worldofpeace>
then again, if autologin is topical here, I know for a fact there's a bug with accountsservice that also causes a crash. (but only on NixOS)
andi- has quit [Ping timeout: 276 seconds]
LnL has quit [Ping timeout: 240 seconds]
LnL has joined #nixos-chat
drakonis_ has joined #nixos-chat
drakonis2 has joined #nixos-chat
drakonis has quit [Ping timeout: 265 seconds]
drakonis_ has quit [Ping timeout: 276 seconds]
drakonis2 has quit [Quit: WeeChat 2.4]
andi- has joined #nixos-chat
waleee-cl has joined #nixos-chat
<ajs124>
remote: Failed to Update: [...] Branch: master Error: CommitRepoAction: NotifyWatchers: insert new actioner: Error 1366: Incorrect string value: '\xF0\x9F\x92\xAF\n...' for column `gitea`.`action`.`content` at row 1
<ajs124>
TIL: gitea doesn't like emoji in commit messages. At least on our setup.
drakonis has quit [Remote host closed the connection]
drakonis has joined #nixos-chat
waleee-cl has quit [Quit: Connection closed for inactivity]
drakonis has quit [Remote host closed the connection]
<gchristensen>
anyone know if I can put some graphviz nodes inside another node?
<gchristensen>
like have a big "machine1" node and a "machine2" node, and then have some mini graphs inside machine1 and machine2
<gchristensen>
lol yes, use a subgraph with a name beginning with "cluster_" ... cool.
<aminechikhaoui>
random question: is fortran still a thing ? :D I was a bit surprised it's still used in some scientific computing such as openblas ? is it really better for such domains compared to say C++ ?
<aminechikhaoui>
curious to know the origins of such choice
<gchristensen>
yep
<gchristensen>
expensive validation and performance tuning makes it still viable and useful