From 2694935f92406bf5b5d659e19f2453564f1560ed Mon Sep 17 00:00:00 2001 From: kity Date: Sat, 12 Apr 2025 15:50:31 +0200 Subject: [PATCH] forgot importing ssh stuff --- shared/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shared/default.nix b/shared/default.nix index 235339c..cf77c51 100644 --- a/shared/default.nix +++ b/shared/default.nix @@ -6,6 +6,10 @@ ... }: { + + imports = [ + ./ssh.nix + ]; environment.systemPackages = [ pkgs.curl pkgs.unzip