From 72a9eff74c26e7f84f1de21d617ca63f1e550eed Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 5 Mar 2026 22:40:55 +0100 Subject: [PATCH] workstations: Enable alloy --- profiles/workstation.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/workstation.nix b/profiles/workstation.nix index 9aac853..d338f13 100644 --- a/profiles/workstation.nix +++ b/profiles/workstation.nix @@ -25,6 +25,10 @@ services = { sound.enable = true; syncthing.enable = true; + alloy = { + enable = true; + domain = null; + }; }; };