about summary refs log tree commit diff
path: root/nixos/kanata/configuration.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-08-10 14:46:09 +0900
committersefidel <contact@sefidel.net>2024-08-10 14:46:09 +0900
commitdf8d5f8963b36e1bef51b91138430d8af3e28828 (patch)
treefb1e72a8d7e39c2862ff864557a47ab1161ffbac /nixos/kanata/configuration.nix
parent4631be455c73f140262ca94e70296e7e81bfd616 (diff)
downloadnixrc-df8d5f8963b36e1bef51b91138430d8af3e28828.tar.gz
nixrc-df8d5f8963b36e1bef51b91138430d8af3e28828.zip
chore(nixos/kanata): fix typo
Diffstat (limited to 'nixos/kanata/configuration.nix')
-rw-r--r--nixos/kanata/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/kanata/configuration.nix b/nixos/kanata/configuration.nix
index a053838..2f0894c 100644
--- a/nixos/kanata/configuration.nix
+++ b/nixos/kanata/configuration.nix
@@ -62,7 +62,7 @@ in
 
   modules.tailscale-initrd = {
     enable = true;
-    # XXX: This has to be manually generatd during NixOS install.
+    # XXX: This has to be manually generated during NixOS install.
     # The files are then copied to initrd secrets during activation.
     tailscaleStatePath = "/persist/initrd/tailscale-initrd.state";
   };