diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-12-31 01:01:54 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-12-31 01:01:54 -0500 |
| commit | 7badef86af2c5e2157f9b5a74565913ed7313098 (patch) | |
| tree | ba8442157b3e1c98a74535cf49748a57dc2c9f07 /home/ssh/default.nix | |
| parent | shinji: add some defaults from nixos-hardware (diff) | |
| download | dotfiles-nix-7badef86af2c5e2157f9b5a74565913ed7313098.tar.gz dotfiles-nix-7badef86af2c5e2157f9b5a74565913ed7313098.tar.bz2 dotfiles-nix-7badef86af2c5e2157f9b5a74565913ed7313098.zip | |
remove unused variabled (and add nixd lsp)
Diffstat (limited to 'home/ssh/default.nix')
| -rw-r--r-- | home/ssh/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/home/ssh/default.nix b/home/ssh/default.nix index efee063..19909c9 100644 --- a/home/ssh/default.nix +++ b/home/ssh/default.nix @@ -1,8 +1,4 @@ -{ - config, - lib, - ... -}: { +{lib, ...}: { # ssh config programs.ssh = { enable = true; |