mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
smb
This commit is contained in:
parent
a673ec07d5
commit
fa23544a73
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
services.samba = {
|
||||
enable = true;
|
||||
openFirewall = false;
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
Media = {
|
||||
browseable = "yes";
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
# Enable network discovery service for clients.
|
||||
services.samba-wsdd = {
|
||||
enable = true;
|
||||
openFirewall = false;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue