2
0
Fork 0
genodepkgs/tests/lighttpd.nix

11 lines
213 B
Nix

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