mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
Added nginx for the lounge
This commit is contained in:
parent
8f764915ca
commit
f5114f16e7
1 changed files with 7 additions and 1 deletions
|
@ -11,7 +11,13 @@
|
||||||
|
|
||||||
|
|
||||||
luj = {
|
luj = {
|
||||||
irc.enable = true;
|
irc = {
|
||||||
|
enable = true;
|
||||||
|
nginx = {
|
||||||
|
enable = true;
|
||||||
|
subdomain = "irc";
|
||||||
|
};
|
||||||
|
};
|
||||||
mediaserver = {
|
mediaserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
tv.enable = true;
|
tv.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue