NixToSee/hosts/jitsi/default.nix
2025-06-15 21:45:30 +02:00

7 lines
119 B
Nix

{rootPath, ...}: {
imports = [
./hardware-configuration.nix
(rootPath + /system_profiles/server.nix)
];
}