devices.xmupc1: enable samba

This commit is contained in:
陈浩南 2024-02-27 13:49:16 +08:00
parent 50a7839407
commit 82fb082006

View File

@ -98,6 +98,12 @@ inputs:
gpus = { "3090" = 1; "4090" = 1; }; gpus = { "3090" = 1; "4090" = 1; };
}; };
xrdp = { enable = true; hostname = [ "xmupc1.chn.moe" ]; }; xrdp = { enable = true; hostname = [ "xmupc1.chn.moe" ]; };
samba =
{
enable = true;
hostsAllowed = "192.168. 127.";
shares = { home.path = "/home"; root.path = "/"; };
};
}; };
bugs = [ "xmunet" "amdpstate" ]; bugs = [ "xmunet" "amdpstate" ];
users.users = [ "chn" "xll" "zem" "yjq" "gb" ]; users.users = [ "chn" "xll" "zem" "yjq" "gb" ];