From da93c522e28ad73eee41bdcb6966a47a2a7ecd46 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 14 Jan 2024 21:27:49 +0100 Subject: feat(hosts): Disable Steam This is mostly done because of convenience: Synchronizing the full steam files is just cumbersome. --- hosts/apzu/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/apzu') diff --git a/hosts/apzu/default.nix b/hosts/apzu/default.nix index 8c580214..b45987cf 100644 --- a/hosts/apzu/default.nix +++ b/hosts/apzu/default.nix @@ -8,7 +8,7 @@ soispha = { services.steam = { - enable = true; + enable = false; }; laptop = { enable = true; -- cgit 1.4.1