Managing databases users using nix

Posted on Tue 11 February 2025 in nix • Tagged with pelican, nix

How to manage data users, specifically for MySQL/MariaDB using Nix. The process involved declaring user configurations, creating scripts to apply configurations and automating the process with systemd.


Continue reading

Publishing a pelican website using nix

Posted on Sun 19 January 2025 in nix • Tagged with pelican, nix

How to publish a static website using Nix, specifically a website genrated with Pelican and managed with Nix Flakes.


Continue reading

Managing secrets in Nix using Agenix

Posted on Fri 25 October 2024 in nix • Tagged with linux, nix, security

How to manage secrets in a Nix configuration using Agenix, a tool built on top of the age encryption tool.


Continue reading

Converting Archlinux with BTRFS into NixOS

Posted on Sat 24 August 2024 in nix • Tagged with linux, nix, btrfs

How to convert an Arch Linux system using a Btrfs filesystem into a NixOS system without reformatting or using a USB live distro.


Continue reading