Fix: imports

This commit is contained in:
DuN0z 2025-10-09 17:40:43 +02:00
parent 36d368063a
commit e3c3d5ee8b
7 changed files with 23 additions and 18 deletions

View file

@ -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;
};
};
}