Nouveau site de test
This commit is contained in:
parent
06add9c83e
commit
409b515df3
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
services.staticWebsite.test.hostname = "test.${config.my.subZone}";
|
||||
services.staticWebsite.test = {
|
||||
hostname = "test.${config.my.subZone}";
|
||||
root = pkgs.writeTextDir "index.html" "Hello world!";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue