nixos/modules/core/default.nix

10 lines
118 B
Nix

{...}: {
imports = [
./media.nix
./graphics.nix
./network.nix
./vhost.nix
./firewall.nix
];
}