summaryrefslogtreecommitdiff
path: root/modules/nixfiles/wireguard.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixfiles/wireguard.nix')
-rw-r--r--modules/nixfiles/wireguard.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixfiles/wireguard.nix b/modules/nixfiles/wireguard.nix
index 1da3e74..e35d0ee 100644
--- a/modules/nixfiles/wireguard.nix
+++ b/modules/nixfiles/wireguard.nix
@@ -9,7 +9,7 @@ with lib; let
cfg = config.nixfiles.modules.wireguard;
in {
options.nixfiles.modules.wireguard = {
- # TODO Make this simpler.
+ # TODO Set this automatically shire on the hostname.
privateKeyFile = mkOption {
description = "Path to the private key file.";
type = with types; nullOr string;