Files
infra/modules/nixos/services/default.nix

6 lines
37 B
Nix
Raw Normal View History

2025-08-19 17:32:38 -04:00
{
imports = [
./systemd
];
}