Working NixOS Container (systemd-nspawn) w/ Nginx

Using https://nixos.wiki/wiki/NixOS_Containers and
https://nixos.wiki/wiki/Nginx I can now get to the default Nginx web
page from another host on my network.
This commit is contained in:
Gene Liverman 2024-04-02 23:12:27 -04:00
parent 710a5c5c16
commit 48f74e7c6a
2 changed files with 34 additions and 17 deletions

View file

@ -112,7 +112,7 @@
};
modules = [
disko.nixosModules.disko
microvm.nixosModules.host
#microvm.nixosModules.host
home-manager.nixosModules.home-manager {
home-manager = {