mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-21 06:39:09 -04:00
7 lines
74 B
Nix
7 lines
74 B
Nix
{
|
|
services.samba = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
};
|
|
}
|