# for configuration.nix { config, lib, pkgs, ... }: { services.samba = { enable = true; }; }