NixToSee/hosts/srv-videoconf/default.nix
2025-06-17 01:28:13 +02:00

7 lines
119 B
Nix

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