start nginx

This commit is contained in:
jaina heartles 2024-02-25 14:25:56 -08:00
parent 999d53c09f
commit 175f946c3c
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@
};
};
services.nginx = { enable = true; };
systemd.network.enable = true;
systemd.network.networks."10-wan" = {
matchConfig.Name = "enp1s0";