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; + }; }; };