Remote mounting of storage and being able to run games directly from the remote server would save a lot on local storage space.
Remote mounting of storage and being able to run games directly from the remote server would save a lot on local storage space.
I’n not a huge fan of CT+ compared to vanilla. The writing for the new content just doesn’t hold a candle to vanilla IMO.
Yes, but here is a link to all public instances: https://github.com/hnhx/librex/
You should try out LibreX. Built in torrent search engine. Works similarly to SearX.
Lol imagine blacklisting file names
Try to avoid gaming-specific headsets. I use Beyerdynamic DT880
Check the sub you’re posting to.
I wouldn’t count on libreddit or teddit working after July 1
NixOS is a fully declarative and reproducable system.
What this means is that you can create a single configuration.nix
, which includes all of your applications, settings, aliases, environment variables, user account + groups, etc., and copy that over to another NixOS machine (including different architectures) and run nixos-rebuild boot
to completely reproduce the system on that other machine.
The nix package manager is also really good at telling you if the configuration will break anything, where, and how, and refuses to apply until the issue is fixed.
Also every time you use nixos-rebuild
, it creates a new generation of your NixOS install meaning if something ends up breaking, you can reboot into the old system.
So for example, I can theoretically have the exact same configuration across my desktop, laptop, phone, server, etc., minus the automatically generated hardware-configuration.nix
, which is specific to the hardware.
Also Nix supports package overlays, which means that you can modify an existing package while the maintainer still keeps it up to date.
Self hosting is the only way to guarantee privacy.
Otherwise, you should check out Cryptomater, which you can use with any cloud provider.