fix: use a better namespace

This commit is contained in:
silver 2023-10-09 18:04:01 +01:00
parent 9f94b5b551
commit 8ea737d57b
3 changed files with 5 additions and 5 deletions

View file

@ -91,7 +91,7 @@ in {
};
host_port = "127.0.0.1:${port_backend}";
users = config.users;
users = config.skynet.users;
};
};
}