nix-config/modules/nixos/server/default.nix
2025-05-30 21:10:10 +02:00

7 lines
67 B
Nix

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