about summary refs log tree commit diff stats
path: root/system/services/steam
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-29 16:15:19 +0200
committerSoispha <soispha@vhack.eu>2023-07-29 16:15:19 +0200
commit2e46123cb14b7a4160fff501087b79541df2731e (patch)
tree92c86ea5a9eb1df50d30d0630b8f49c3237ae169 /system/services/steam
parentFix(hm/conf/gpg): Add config for isimud (diff)
downloadnixos-config-2e46123cb14b7a4160fff501087b79541df2731e.tar.gz
nixos-config-2e46123cb14b7a4160fff501087b79541df2731e.zip
Fix(hosts/isimud): Import the whole system configuration
Diffstat (limited to 'system/services/steam')
-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";
     };
   };