ROCKPro64-Server/modules/system/services/general/default.nix

12 lines
113 B
Nix
Raw Normal View History

2025-02-28 12:08:04 -05:00
{ ... }:
{
imports = [
./earlyoom
./libvirtd
./snowflake
./ssh
./tlp
./userborn
];
}