2
0
genodepkgs/tests/lighttpd.nix

9 lines
196 B
Nix

{
name = "lighttpd";
machine = { pkgs, ... }: {
imports = [ ../nixos-modules/systemd.nix ];
services.lighttpd.enable = true;
systemd.services.lighttpd.genode.enable = true;
};
}