nix-config/modules/services/default.nix
2024-11-10 20:15:47 +01:00

6 lines
51 B
Nix

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