From b619f322d305798bd02e3716b332acc6556ce802 Mon Sep 17 00:00:00 2001 From: Sebastian Zivota Date: Fri, 17 Apr 2020 23:36:04 +0200 Subject: [PATCH] nixos/samba: install package when module is enabled --- nixos/modules/services/network-filesystems/samba.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }) ];