dmj` has quit [Read error: Connection reset by peer]
davidtwco has joined #nixops
dmj` has joined #nixops
avaq has quit [Ping timeout: 265 seconds]
andycandy has joined #nixops
<andycandy>
I've got a question about virtualization. I'm planning my host and guests to run nixos, I just need a low footprint way to split resources between guests. it's all headless server AMD. Should I use vitrualbox as is described in nixops manual?
<andycandy>
are there simpler or better performance solutions?
<CRTified[m]>
Not necessarily nixops, but I think classical nixos containers (which uses systemd-nspawn) might be more efficient due to shared kernel and no virtualized hardware andycandy
<andycandy>
thnx
avaq has joined #nixops
<andycandy>
I was only able to find CPUShares and MemoryLimit for systemd.services . is there a way to do that for containers?