rearrange NOTE blocks

This commit is contained in:
Yan Lin 2026-01-24 20:10:55 +01:00
parent 1451b18083
commit 9d1c8f4064
9 changed files with 27 additions and 38 deletions

View file

@ -1,3 +1,6 @@
# NOTE: Auth key file at: `/etc/tailscale/authkey` with mode 600
# content: `tailscale-api-key`
{ config, pkgs, lib, ... }:
with lib;
@ -8,10 +11,6 @@ let
in
{
# NOTE: Auth key file: /etc/tailscale/authkey
# Generate at https://login.tailscale.com/admin/settings/keys
# Place on host with mode 0600
options.services.tailscale-custom = {
exitNode = mkOption {
type = types.bool;