mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
fix: replace pkgs.samba4Full for pkgs.samba
This commit is contained in:
parent
e9dd877b77
commit
89c0f745f8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
services = {
|
||||
# Network shares
|
||||
samba = {
|
||||
package = pkgs.samba4Full;
|
||||
package = pkgs.samba;
|
||||
# ^^ `samba4Full` is compiled with avahi, ldap, AD etc support (compared to the default package, `samba`
|
||||
# Required for samba to register mDNS records for auto discovery
|
||||
# See https://github.com/NixOS/nixpkgs/blob/592047fc9e4f7b74a4dc85d1b9f5243dfe4899e3/pkgs/top-level/all-packages.nix#L27268
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue