From 86a3de9311e85f76acf9b8140c619052ac893336 Mon Sep 17 00:00:00 2001 From: muon Date: Sat, 13 Jul 2024 10:40:17 +0000 Subject: [PATCH] Disable astral --- hosts/muon/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/muon/configuration.nix b/hosts/muon/configuration.nix index f06f2eb..1f4e6eb 100644 --- a/hosts/muon/configuration.nix +++ b/hosts/muon/configuration.nix @@ -33,7 +33,7 @@ in { mods.openvpn.enable = true; mods.containers.steam.enable = true; mods.server.media.enable = true; - mods.server.astral.enable = true; + # mods.server.astral.enable = true; services.xserver.windowManager.i3.enable = true;