diff options
Diffstat (limited to 'tv/2configs/sshd.nix')
-rw-r--r-- | tv/2configs/sshd.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/sshd.nix b/tv/2configs/sshd.nix index 943f32fe9..1749b552d 100644 --- a/tv/2configs/sshd.nix +++ b/tv/2configs/sshd.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: -with config.krebs.lib; +with import <stockholm/lib>; { services.openssh = { |