about summary refs log tree commit diff stats
path: root/system/services/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-10 12:40:50 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:30:08 +0200
commitf3e9667146e7724722d3c12fbaf7bdd226a63581 (patch)
treed7369cbdb5a4a4913103d5b74b11bda0ef1930df /system/services/default.nix
parentFix(hm/pkgs/lutris): Remove bc of unfree license (diff)
downloadnixos-config-f3e9667146e7724722d3c12fbaf7bdd226a63581.tar.gz
nixos-config-f3e9667146e7724722d3c12fbaf7bdd226a63581.zip
Fix(system/services/steam): Disable steam
There are still complaints about steam's license.
Diffstat (limited to 'system/services/default.nix')
-rw-r--r--system/services/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/default.nix b/system/services/default.nix
index 63f0e733..92150ea3 100644
--- a/system/services/default.nix
+++ b/system/services/default.nix
@@ -3,7 +3,7 @@
     ./printing
     ./nix
     ./snapper
-    ./steam
+    #./steam
     ./dconf
     ./openssh
   ];