I use NixOS BTW
I use NixOS BTW.
Since switching to it on all of my servers, my quality of life has somewhat improved - check out my last blog post about Hosting Websites on NixOS.
Since switching to it on all of my servers, my quality of life has somewhat improved - check out my last blog post about Hosting Websites on NixOS.
If you're keeping up with the cutting edge of Linux, you might have noticed NixOS growing increasingly popular for server deployments. The reason is its declarative approach to package and configuration management. You specify 'what' your system should look like, and NixOS handles the 'how'. This approach ensures reproducibility and upgradeability, reducing configuration drift.
The SWAG docker container from linuxserver.io is a great plug-and-play solution for serving websites and self-hosted docker based applications.
I generally do not endorse reusing passwords, but when setting up a ZFS filesystem for home use, it is not unheard of to use a single (secure) passphrase across several of those. That's because the reason behind splitting up pools into multiple datasets is the granular control over their properties and not the resulting fun of having to type in multiple passphrases.
Want to skip this post and go straight to the repository? Bye.
The features of a ZFS filesystem including pooled storage, copy-on-write, snapshots, data integrity tools, compression and encryption truly elevate your backup solution of choice. Especially after years of using EXT4/NTFS/APFS like a caveman.