+samba for AZ-PRM-1

This commit is contained in:
m3tm3re
2026-03-31 13:40:53 +02:00
parent 57a371392a
commit f8fcc88405
5 changed files with 49 additions and 40 deletions

View File

@@ -0,0 +1,7 @@
{pkgs, ...}: {
services.samba = {
enable = true;
package = pkgs.samba4Full;
openFirewall = true;
};
}