Enable NGINX on raspi-test

This commit is contained in:
Andreas Zweili 2022-09-07 22:06:17 +02:00
parent 273e7d8645
commit ee613016bd

View File

@ -5,6 +5,10 @@
ip = "10.7.89.150";
inherit hostname inputs pkgs;
})
(import "${inputs.self}/modules/nginx-acme" {
domain = "test.2li.ch";
inherit inputs;
})
"${inputs.self}/modules/docker"
"${inputs.self}/modules/tmux"
];