From f3e9667146e7724722d3c12fbaf7bdd226a63581 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 10 Apr 2023 12:40:50 +0200 Subject: Fix(system/services/steam): Disable steam There are still complaints about steam's license. --- system/services/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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 ]; -- cgit 1.4.1