nixos/pkgsets/server.nix

12 lines
120 B
Nix
Raw Permalink 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
];
}