alyssum/samba: use full package for discovery
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
This commit is contained in:
parent
509684d0bd
commit
4bb20124a7
1 changed files with 3 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue