commit b23cd07801f9e6d2097cbaf4c343859f695633b4
parent 951b4b51ed1cc359544b6371551f76ad6451cf76
Author: Peter <peter@minskio.co.uk>
Date: Wed, 9 Sep 2026 14:23:19 +0100
Disable speechd on graphical hosts
Diffstat:
3 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/common/speechd.nix b/common/speechd.nix
@@ -0,0 +1,3 @@
+{
+ services.speechd.enable = true;
+}
diff --git a/machines/atlas.nix b/machines/atlas.nix
@@ -21,6 +21,7 @@
../common/nur.nix
../common/packages.nix
../common/scanning.nix
+ ../common/speechd.nix
../common/ssh.nix
../common/steam.nix
../common/syncthing.nix
diff --git a/machines/minerva.nix b/machines/minerva.nix
@@ -21,6 +21,7 @@
../common/nfs.nix
../common/nur.nix
../common/packages.nix
+ ../common/speechd.nix
../common/ssh.nix
../common/syncthing.nix
../common/user.nix