lavafroth

u/lavafroth@lemmy.dbzer0.com
2 posts · 8 comments

Recent posts

Recent comments

Ha! yes. The buildFHSEnv function works by creating a separate namespace akin to Docker containers but without complete separation from the host system (I hint to this in my post). It then hosts the libraries in /nix/store into this namespace.

on Just Switch Over · c/linux_gaming · 14 pts · 2y

Great! I tend to avoid DRM'd games by buying from GOG. Don't use their launcher, lutris tends to have auto install scripts for games.

on Confused about Podman · c/selfhosted · 2 pts · 2y

Not related to containers but I've had quite a lot of success using NixOS as the host OS. Setting up services like jellyfin is as simple as adding services.jellyfin.enable = true; to the config file.