🔧 [shared] Added ssh config for pi4 and homelab

This commit is contained in:
2025-05-15 19:35:02 +00:00
parent ab8a579a9c
commit 2fe8c9edcb
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,8 @@
{ lib, ... }:
{
imports = [
imports = with lib.custom; [
(relativeToRoot "shared/modules/security/ssh.nix")
./firewall.nix
];