diff options
Diffstat (limited to 'tv/2configs/ssh.nix')
-rw-r--r-- | tv/2configs/ssh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/ssh.nix b/tv/2configs/ssh.nix index 7bf583426..84d247362 100644 --- a/tv/2configs/ssh.nix +++ b/tv/2configs/ssh.nix @@ -1,6 +1,6 @@ { config, pkgs, ... }: -with config.krebs.lib; +with import <stockholm/lib>; { # Override NixOS's "Allow DSA keys for now." |