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

7 lines
57 B
Nix

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