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

8 lines
57 B
Nix

{ ... }:
{
imports = [
./local
./public
];
}