NixOS-Config/modules/system/services/default.nix

9 lines
68 B
Nix

{ ... }:
{
imports = [
./common
./pc
#./server
];
}