nixos-config/modules/system/services/common/default.nix

7 lines
53 B
Nix

{ ... }:
{
imports = [
./keyd
./ssh
];
}