wip(lldap): Consultant

This commit is contained in:
Madeleine Sydney
2025-02-18 23:17:14 -07:00
parent 98a71dc13b
commit c7b5479388
38 changed files with 2944 additions and 47 deletions

View File

@@ -0,0 +1,15 @@
{ config, lib, pkgs, ... }:
{
# High-speed Nix support. Note that Lorri has a years-old open issue
# preventing it from starting on boot/login correctly.
#
# Currently unused in favour of nix-direnv.
# services.lorri.enable = true;
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}