summary refs log tree commit diff
diff options
context:
space:
mode:
authorSebastian Zivota <sebastian.zivota@mailbox.org>2020-04-17 23:36:04 +0200
committerSebastian Zivota <sebastian.zivota@mailbox.org>2020-09-11 15:28:01 +0200
commitb619f322d305798bd02e3716b332acc6556ce802 (patch)
treeab8ba17174207eb90c0b03c14f3993165565b64a
parent2dfcbdb54865a5d58170f3bfe6df23a160247d97 (diff)
downloadnixpkgs-b619f322d305798bd02e3716b332acc6556ce802.tar
nixpkgs-b619f322d305798bd02e3716b332acc6556ce802.tar.gz
nixpkgs-b619f322d305798bd02e3716b332acc6556ce802.tar.bz2
nixpkgs-b619f322d305798bd02e3716b332acc6556ce802.tar.lz
nixpkgs-b619f322d305798bd02e3716b332acc6556ce802.tar.xz
nixpkgs-b619f322d305798bd02e3716b332acc6556ce802.tar.zst
nixpkgs-b619f322d305798bd02e3716b332acc6556ce802.zip
nixos/samba: install package when module is enabled
-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 08c912e0fcd..7d3c601d6cd 100644
--- a/nixos/modules/services/network-filesystems/samba.nix
+++ b/nixos/modules/services/network-filesystems/samba.nix
@@ -248,7 +248,7 @@ in
         };
 
         security.pam.services.samba = {};
-
+        environment.systemPackages = [ config.services.samba.package ];
       })
     ];