Posts tagged “Devops”

4 posts

NixOS Essentials

· 5 min read

A compact cheatsheet covering everyday NixOS operations: system configuration, nixos-rebuild, package management, services, networking, declarative containers, …

tooling
nixos nix linux devops

Managing a NixOS Fleet with Claude Code

· 5 min read

Using Claude Code as an infrastructure co-pilot: a dedicated service account, scoped sudo, and a workflow for managing NixOS hosts through conversation.

linux
nixos claude-code ai infrastructure automation homelab devops

Makefiles as Your Project Interface

· 6 min read

Every project gets a Makefile before it gets a README. Not as a build system, but as a project interface — coloured help menus, Docker Compose lifecycle, …

tooling
make devops automation docker terraform

GitLab Slash Commands for Claude Code

· 6 min read

I’ve been using Claude Code as my daily driver for development work on a self-hosted GitLab instance. One of its best features is slash commands — custom …

DevOps
claude-code gitlab devops automation