8 lines
98 B
Nix
8 lines
98 B
Nix
{
|
|
services.samba = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
smbd.enable = true;
|
|
};
|
|
}
|