diff options
author | Soispha <soispha@vhack.eu> | 2023-07-29 16:15:19 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-29 16:15:19 +0200 |
commit | 2e46123cb14b7a4160fff501087b79541df2731e (patch) | |
tree | 92c86ea5a9eb1df50d30d0630b8f49c3237ae169 /system/services/steam | |
parent | Fix(hm/conf/gpg): Add config for isimud (diff) | |
download | nixos-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.nix | 2 |
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"; }; }; |