diff options
author | Soispha <soispha@vhack.eu> | 2024-01-14 21:27:49 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-14 21:27:49 +0100 |
commit | da93c522e28ad73eee41bdcb6966a47a2a7ecd46 (patch) | |
tree | dfe7a23e5833a113a21ac092c2a2e87cbcbc2d48 /hosts/tiamat | |
parent | fix(hm/conf/unison): Set UNISON dir (diff) | |
download | nixos-config-da93c522e28ad73eee41bdcb6966a47a2a7ecd46.tar.gz nixos-config-da93c522e28ad73eee41bdcb6966a47a2a7ecd46.zip |
feat(hosts): Disable Steam
This is mostly done because of convenience: Synchronizing the full steam files is just cumbersome.
Diffstat (limited to 'hosts/tiamat')
-rw-r--r-- | hosts/tiamat/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |