11 lines
120 B
Nix
11 lines
120 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
config.machine.pkgsets.server.pkgs = with pkgs; [
|
|
audit
|
|
certbot
|
|
php
|
|
];
|
|
}
|