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 +- hosts/tiamat/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') 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; diff --git a/hosts/tiamat/default.nix b/hosts/tiamat/default.nix index b7a2e3a4..c14fa325 100644 --- a/hosts/tiamat/default.nix +++ b/hosts/tiamat/default.nix @@ -12,7 +12,7 @@ user = "soispha"; }; services.steam = { - enable = true; + enable = false; }; locale = { enable = true; -- cgit 1.4.1