about summary refs log tree commit diff stats
path: root/hosts/apzu
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-14 21:27:49 +0100
committerSoispha <soispha@vhack.eu>2024-01-14 21:27:49 +0100
commitda93c522e28ad73eee41bdcb6966a47a2a7ecd46 (patch)
treedfe7a23e5833a113a21ac092c2a2e87cbcbc2d48 /hosts/apzu
parentfix(hm/conf/unison): Set UNISON dir (diff)
downloadnixos-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/apzu')
-rw-r--r--hosts/apzu/default.nix2
1 files changed, 1 insertions, 1 deletions
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;