forgot importing ssh stuff

This commit is contained in:
kity 2025-04-12 15:50:31 +02:00
parent 2cf5e1f4c9
commit 2694935f92

View file

@ -6,6 +6,10 @@
... ...
}: }:
{ {
imports = [
./ssh.nix
];
environment.systemPackages = [ environment.systemPackages = [
pkgs.curl pkgs.curl
pkgs.unzip pkgs.unzip