Files
nicksOs/modules/security/default.nix
T
2026-07-26 10:39:37 +02:00

7 lines
62 B
Nix

{ pkgs, lib, config, ... }:
{
imports = [
./ssh.nix
];
}