From 83411ed26d06009b4be3290549922ea81860f03f Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 28 Oct 2025 18:53:33 +0300 Subject: [PATCH] add glance --- hosts/nixos/apollo/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/nixos/apollo/configuration.nix b/hosts/nixos/apollo/configuration.nix index 328c61c..d9f85fd 100644 --- a/hosts/nixos/apollo/configuration.nix +++ b/hosts/nixos/apollo/configuration.nix @@ -8,6 +8,10 @@ desktopEnvironment = "none"; machineType = "server"; users = [ "osbm" ]; + services = { + glance.enable = true; + }; + hardware = { sound.enable = false;