2
0
Fork 0

fixup lighttpd test

This commit is contained in:
Ehmry - 2020-11-07 19:12:55 +01:00
parent 0e4ff58752
commit d042ee20b8
2 changed files with 2 additions and 3 deletions

View File

@ -11,6 +11,7 @@ let
./bash.nix
./execve.nix
./hello.nix
./lighttpd.nix
./log.nix
./networking.nix
./posix.nix

View File

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