2
0
genodepkgs/tests/lighttpd.nix

9 lines
196 B
Nix
Raw Normal View History

{
name = "lighttpd";
machine = { pkgs, ... }: {
imports = [ ../nixos-modules/systemd.nix ];
2020-11-07 19:12:55 +01:00
services.lighttpd.enable = true;
systemd.services.lighttpd.genode.enable = true;
};
}