Overview
Athena is Isabel’s oldest laptop, representing a hybrid configuration that combines laptop, server, and headless profiles. While the flake still maintains support for this system, it sees minimal active use today.Named after the Greek goddess of wisdom, Athena was once a workhorse but now serves primarily as a backup system and testing ground.
System specifications
CPU
Intel processor with integrated graphics
Storage
Btrfs root with separate media partition
Type
Hybrid laptop/server configuration
Security
TPM 2.0 and Bluetooth support
Hardware configuration
Athena uses a multi-partition setup optimized for media storage:systems/athena/hardware.nix:2-17
The dedicated
/media partition on Ext4 provides a stable location for large media files separate from the system root.Device configuration
Athena is configured with Intel integrated graphics and a single display:systems/athena/default.nix:12-21
Enabled profiles
The hybrid nature of Athena is reflected in its profile combination:systems/athena/default.nix:6-10
Server
Server-optimized settings for running services
Laptop
Power management and mobile hardware support
Headless
Can run without graphical interface
Boot configuration
The system uses systemd-boot without secure boot enabled:systems/athena/default.nix:23-29
Services
Despite being barely used, Athena hosts several services including media management and backups:systems/athena/default.nix:31-36
Cloudflared
Cloudflare tunnel for secure remote access
Immich
Photo and video management platform
Arr Stack
Media automation tools (Sonarr, Radarr, etc.)
BorgBackup
Deduplicating backup solution
Smart monitoring disabled
Due to hardware limitations or age, SMART disk monitoring is explicitly disabled:systems/athena/default.nix:39
What makes it unique
Hybrid architecture
Hybrid architecture
Athena uniquely combines server, laptop, and headless profiles, making it adaptable to different use cases despite its age.
Media-focused storage
Media-focused storage
The dedicated
/media partition and Immich service show this laptop was repurposed for media management and storage.Legacy hardware support
Legacy hardware support
As the oldest system, Athena demonstrates how the flake maintains backward compatibility with older hardware.
Backup repository
Backup repository
With BorgBackup enabled, this system likely serves as a backup target for other machines in the infrastructure.
Testing ground
Testing ground
Being barely used in production, Athena is perfect for testing configuration changes before deploying to critical systems.