about summary refs log tree commit diff stats
path: root/system/services/steam/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/services/steam/default.nix')
-rw-r--r--system/services/steam/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/steam/default.nix b/system/services/steam/default.nix
index 53a7d214..d5eede9e 100644
--- a/system/services/steam/default.nix
+++ b/system/services/steam/default.nix
@@ -7,7 +7,7 @@
 in {
   options.soispha.services.steam = {
     enable = lib.mkOption {
-      default = true;
+      default = false;
       description = lib.mdDoc "Enable Steam";
     };
   };