feat: many changes
This commit is contained in:
parent
da95b2fa71
commit
7f01dc4cac
15 changed files with 107 additions and 110 deletions
7
hosts/fw/pkgs/default.nix
Normal file
7
hosts/fw/pkgs/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# default.nix
|
||||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
in
|
||||
{
|
||||
phpLDAPadmin = pkgs.callPackage ./phpldapadmin.nix { };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue