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

6 lines
51 B
Nix

{
imports = [
./actions
./openssh
];
}