devices.srv1: disable samba

This commit is contained in:
2025-11-27 16:50:15 +08:00
parent 4e2354c202
commit eb32b0c72c

View File

@@ -23,7 +23,6 @@ inputs:
{ {
sshd.motd = true; sshd.motd = true;
beesd."/" = { hashTableSizeMB = 128; threads = 4; }; beesd."/" = { hashTableSizeMB = 128; threads = 4; };
samba = { hostsAllowed = ""; shares = { home.path = "/home"; root.path = "/"; }; };
}; };
packages = packages =
{ {