workstations: Enable alloy

This commit is contained in:
SebastianStork 2026-03-05 22:40:55 +01:00
parent 3836b76427
commit 72a9eff74c
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -25,6 +25,10 @@
services = { services = {
sound.enable = true; sound.enable = true;
syncthing.enable = true; syncthing.enable = true;
alloy = {
enable = true;
domain = null;
};
}; };
}; };