diff options
author | sefidel <contact@sefidel.net> | 2024-08-10 14:46:09 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-10 14:46:09 +0900 |
commit | df8d5f8963b36e1bef51b91138430d8af3e28828 (patch) | |
tree | fb1e72a8d7e39c2862ff864557a47ab1161ffbac /nixos | |
parent | 4631be455c73f140262ca94e70296e7e81bfd616 (diff) | |
download | nixrc-df8d5f8963b36e1bef51b91138430d8af3e28828.tar.gz nixrc-df8d5f8963b36e1bef51b91138430d8af3e28828.zip |
chore(nixos/kanata): fix typo
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/kanata/configuration.nix | 2 |
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"; }; |