about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorDima <dgoldin+github@protonmail.ch>2019-10-15 14:33:08 +0200
committerLassulus <github@lassul.us>2019-11-26 19:56:16 +0100
commit0541d071af0231d5f12b12d49ddea950c8023c0d (patch)
tree285ee048d1b642470ec63daa32861623455c2fe8 /nixos
parent201defc4bf4ef96459878bab4d07ccd6fc017e05 (diff)
downloadnixlib-0541d071af0231d5f12b12d49ddea950c8023c0d.tar
nixlib-0541d071af0231d5f12b12d49ddea950c8023c0d.tar.gz
nixlib-0541d071af0231d5f12b12d49ddea950c8023c0d.tar.bz2
nixlib-0541d071af0231d5f12b12d49ddea950c8023c0d.tar.lz
nixlib-0541d071af0231d5f12b12d49ddea950c8023c0d.tar.xz
nixlib-0541d071af0231d5f12b12d49ddea950c8023c0d.tar.zst
nixlib-0541d071af0231d5f12b12d49ddea950c8023c0d.zip
samba3, fusesmb: removing
Samba 3 has been discontinued since Q1/2015. So I think it's time
to just wipe it from the pkgs. FuseSMB is pretty much abandoned,
upstream does not exist and it's also not as useful as it used to
be anyways.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/network-filesystems/samba.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/network-filesystems/samba.nix b/nixos/modules/services/network-filesystems/samba.nix
index c66011afccbe..875ab70bfc73 100644
--- a/nixos/modules/services/network-filesystems/samba.nix
+++ b/nixos/modules/services/network-filesystems/samba.nix
@@ -115,7 +115,7 @@ in
         type = types.package;
         default = pkgs.samba;
         defaultText = "pkgs.samba";
-        example = literalExample "pkgs.samba3";
+        example = literalExample "pkgs.samba4Full";
         description = ''
           Defines which package should be used for the samba server.
         '';