Giulio De Pasquale (aider) 4fa79d642f <think>
Okay, let's see. The user wants to port the architect/headscale.nix to a module. The existing code is in the architect directory, and they want to move it to a module structure.

First, I need to understand what the original file does. It seems to be configuring Headscale with specific settings, ports, and vhost configurations. The new module should encapsulate these settings into a reusable module.

Looking at the diffs, the new module is created under modules/services/headscale.nix. The module defines options for enabling the service, package, domain, port, and settings. The config section sets up the service, vhost, and firewall rules.

The commit message needs to be concise. The type is 'refactor' because it's restructuring the code into a module. The description should mention moving the configuration to a module and making it reusable. Keeping it under 72 characters.

So, "refactor: move headscale configuration to a reusable module" seems appropriate. It starts with 'refactor', uses imperative mood, and is within the character limit.
</think>

refactor: move headscale configuration to a reusable module
2025-05-06 11:53:27 +01:00
2025-05-06 11:53:27 +01:00
2025-04-24 11:37:39 +01:00
2025-04-22 15:24:33 +01:00
2021-10-13 13:29:07 +01:00
2023-02-17 17:54:57 +01:00
2025-04-22 12:26:18 +01:00

Nix Flake README

This Nix Flake defines the NixOS configurations and Home-Manager configurations for my personal systems.

NixOS Configurations

  • architect
  • gAluminum

Home-Manager Configurations

  • giulioMac
  • giulioAarch
  • giulioX64
  • giulioX64NoSSH
Description
No description provided
Readme 2.3 MiB
Languages
Nix 95%
Shell 5%