From 9025b9d5ec8b54cec4ab80ec5eef86f8613bb149 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 28 Oct 2025 18:54:36 +0300 Subject: [PATCH] enable anubis on apollo --- hosts/nixos/apollo/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nixos/apollo/configuration.nix b/hosts/nixos/apollo/configuration.nix index d9f85fd..29d2def 100644 --- a/hosts/nixos/apollo/configuration.nix +++ b/hosts/nixos/apollo/configuration.nix @@ -10,6 +10,7 @@ users = [ "osbm" ]; services = { glance.enable = true; + anubis.enable = true; };