Fediversity/infra/common/default.nix

8 lines
79 B
Nix

{
imports = [
./hardware.nix
./networking.nix
./users.nix
];
}