Comment on Nextcloud Performance Improvements
Gooey0210@sh.itjust.works 1 year agoIn nixos you almost never use any “self” thing
You update everything with your whole system at once
Even the installed apps, the true nixos way to install them is through the configuration file
johntash@eviltoast.org 1 year ago
That makes sense, it does sound better to keep it within nixos! I’ve mostly been using nixos to bootstrap servers that run nomad+docker, so beyond the system-level config, I haven’t done a lot with additional software yet.