1
0
Fork 0
nixos/pkgsets/server.nix

12 lines
120 B
Nix

{
config,
pkgs,
...
}: {
config.machine.pkgsets.server.pkgs = with pkgs; [
audit
certbot
php
];
}