about summary refs log tree commit diff stats
path: root/sys/nixpkgs/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-14 21:27:49 +0100
committerSoispha <soispha@vhack.eu>2024-01-14 21:27:49 +0100
commitda93c522e28ad73eee41bdcb6966a47a2a7ecd46 (patch)
treedfe7a23e5833a113a21ac092c2a2e87cbcbc2d48 /sys/nixpkgs/default.nix
parentfix(hm/conf/unison): Set UNISON dir (diff)
downloadnixos-config-da93c522e28ad73eee41bdcb6966a47a2a7ecd46.tar.gz
nixos-config-da93c522e28ad73eee41bdcb6966a47a2a7ecd46.zip
feat(hosts): Disable Steam
This is mostly done because of convenience:
Synchronizing the full steam files is just cumbersome.
Diffstat (limited to '')
-rw-r--r--sys/nixpkgs/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/nixpkgs/default.nix b/sys/nixpkgs/default.nix
index 4fddbd20..85fccbce 100644
--- a/sys/nixpkgs/default.nix
+++ b/sys/nixpkgs/default.nix
@@ -14,12 +14,12 @@ in {
     # TODO: this fails because of the root tempsize, which should be increased
     # contentAddressedByDefault = true;
 
-    allowUnfreePredicate = pkg:
-      builtins.elem (lib.getName pkg) [
-        "steam"
-        "steam-original"
-        "steam-runtime"
-        "steam-run"
-      ];
+    # allowUnfreePredicate = pkg:
+    #   builtins.elem (lib.getName pkg) [
+    #     "steam"
+    #     "steam-original"
+    #     "steam-runtime"
+    #     "steam-run"
+    #   ];
   };
 }