enable anubis on apollo

This commit is contained in:
Osman Faruk Bayram 2025-10-28 18:54:36 +03:00
parent b87a58c1cf
commit 9025b9d5ec

View file

@ -10,6 +10,7 @@
users = [ "osbm" ]; users = [ "osbm" ];
services = { services = {
glance.enable = true; glance.enable = true;
anubis.enable = true;
}; };