summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-03-20 12:13:34 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2023-03-20 12:13:34 +0100
commit39b087c3c417b5108ab21dfa47ceaa3c81df9336 (patch)
treef497af86ccb7f4b03b3bfa0b6cc3af1ad5bfe985 /modules
parent34f476d40e178ce082c4ac0aa2e86116fa7fb5d8 (diff)
downloadnixos-39b087c3c417b5108ab21dfa47ceaa3c81df9336.tar
nixos-39b087c3c417b5108ab21dfa47ceaa3c81df9336.tar.gz
nixos-39b087c3c417b5108ab21dfa47ceaa3c81df9336.tar.bz2
nixos-39b087c3c417b5108ab21dfa47ceaa3c81df9336.tar.xz
nixos-39b087c3c417b5108ab21dfa47ceaa3c81df9336.zip
...
Diffstat (limited to 'modules')
-rw-r--r--modules/openssh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openssh.nix b/modules/openssh.nix
index 0ac2d2c6..b5950610 100644
--- a/modules/openssh.nix
+++ b/modules/openssh.nix
@@ -1,4 +1,4 @@
1{ ... }: 1{ lib, ... }:
2 2
3with lib; 3with lib;
4 4