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