summaryrefslogtreecommitdiff
path: root/users/seth/programs/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/programs/ssh.nix')
-rw-r--r--users/seth/programs/ssh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/seth/programs/ssh.nix b/users/seth/programs/ssh.nix
index 2e0d3f4..608b09a 100644
--- a/users/seth/programs/ssh.nix
+++ b/users/seth/programs/ssh.nix
@@ -11,6 +11,7 @@ in
options.seth.programs.ssh = {
enable = lib.mkEnableOption "SSH configuration" // {
default = config.seth.enable;
+ defaultText = lib.literalExpression "config.seth.enable";
};
};