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

7 lines
75 B
Nix

{
imports = [
./actions
./openssh
./hypervisor-gitops
];
}