config.nix/modules/server/default.nix

12 lines
73 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./docker
];
}