with pkgs
This commit is contained in:
parent
601f170c28
commit
3e2dd06808
@ -187,7 +187,7 @@ in {
|
||||
};
|
||||
|
||||
# FIXME: TEMPORARY FOR TESTING
|
||||
environment.systemPackages = [ openldap ];
|
||||
environment.systemPackages = with pkgs; [ openldap ];
|
||||
|
||||
systemd = {
|
||||
tmpfiles.rules = [
|
||||
|
Loading…
Reference in New Issue
Block a user