Fix: imports
This commit is contained in:
parent
36d368063a
commit
e3c3d5ee8b
7 changed files with 23 additions and 18 deletions
|
|
@ -16,13 +16,16 @@
|
|||
pennsardin = {
|
||||
ip = "192.168.50.12";
|
||||
};
|
||||
terre-neuvas = {
|
||||
ip = "192.168.50.11";
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
forgejo = {
|
||||
home = "/var/lib/services/forgejo";
|
||||
url = "govel.porzh.me";
|
||||
port = "3000";
|
||||
port = 3000;
|
||||
};
|
||||
goaccess = {
|
||||
home = "/var/lib/www/goaccess";
|
||||
|
|
@ -35,7 +38,7 @@
|
|||
};
|
||||
outline = {
|
||||
url = "notes.porzh.me";
|
||||
port = "3001";
|
||||
port = 3001;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue