diff options
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -57,8 +57,6 @@ in rec { | |||
57 | "net.ipv4.tcp_keepalive_probes" = 6; | 57 | "net.ipv4.tcp_keepalive_probes" = 6; |
58 | }; | 58 | }; |
59 | 59 | ||
60 | nixpkgs.config.bind.enablePython = true; | ||
61 | |||
62 | nixpkgs.config.allowUnfree = true; | 60 | nixpkgs.config.allowUnfree = true; |
63 | 61 | ||
64 | nixpkgs.config.packageOverrides = pkgs: | 62 | nixpkgs.config.packageOverrides = pkgs: |