nixos/pkgsets/server.nix

13 lines
132 B
Nix
Raw Normal View History

{
2023-09-11 20:23:04 +02:00
config,
pkgs,
...
}: {
config.machine.pkgsets.server.pkgs = with pkgs; [
audit
2023-06-07 01:04:42 +02:00
certbot
php
simp_le
];
}