sisyphus/nixos/modules/services/default.nix

6 lines
37 B
Nix
Raw Normal View History

2023-10-18 18:54:27 +02:00
{
imports = [
./openssh
];
}