mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 02:09:26 +08:00
devices.srv1: disable samba
This commit is contained in:
@@ -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 =
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user