haios/modules/nixos/services/default.nix

7 lines
49 B
Nix
Raw Normal View History

2025-02-18 22:19:38 +02:00
{
imports = [
./hosted
./system
];
}