diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix index 4676fa63..24ee000d 100644 --- a/flake.nix +++ b/flake.nix @@ -82,13 +82,6 @@ system = "x86_64-linux"; pkgs = import inputs.nixpkgs { inherit system; - config = { - allowUnfreePredicate = pkg: - builtins.elem (inputs.nixpkgs.lib.getName pkg) [ - "steam" - "steam-original" - ]; - }; }; in { nixosConfigurations = import ./flake/nixosConfigurations { |