alyssum/samba: use full package for discovery
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-06-17 18:34:34 +10:00
parent 509684d0bd
commit 4bb20124a7
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,4 +1,4 @@
{ config, ... }: {
{ config, pkgs, ... }: {
networking.firewall.allowPing = true;
age.secrets.passwd_smbcilly.file = ../../secrets/passwd_smbcilly.age;
@ -24,9 +24,11 @@
services.samba = {
enable = true;
package = pkgs.samba4Full;
openFirewall = true;
settings = {
global = {
"server smb encrypt" = "required";
"workgroup" = "WORKGROUP";
"server string" = "smbnix";
"netbios name" = "smbnix";