about summary refs log tree commit diff
path: root/home/ssh
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-07 10:51:33 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-07 10:51:33 -0700
commit2e067137ada1610f1a5ec205bd42458669233970 (patch)
tree1fb1afd535c824bb2fb9188cf714a8386e2e549c /home/ssh
parentinitial attempt to reconfigure home-manager (diff)
downloadworld-2e067137ada1610f1a5ec205bd42458669233970.tar.gz
home: misc fixes
Diffstat (limited to 'home/ssh')
-rw-r--r--home/ssh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/ssh/default.nix b/home/ssh/default.nix
index a4eabbf..1088e80 100644
--- a/home/ssh/default.nix
+++ b/home/ssh/default.nix
@@ -1,7 +1,7 @@
 { config, lib, ... }:
 let cfg = config.my.home.ssh;
 in {
-  options.my.home.ssh = with lib.my; {
+  options.my.home.ssh = with lib; {
     enable = mkEnableOption "ssh configuration";
   };