nixos/pkgsets/server.nix

11 lines
127 B
Nix

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