diff options
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,8 @@ 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 | |||
60 | nixpkgs.config.allowUnfree = true; | 62 | nixpkgs.config.allowUnfree = true; |
61 | 63 | ||
62 | nixpkgs.config.packageOverrides = pkgs: | 64 | nixpkgs.config.packageOverrides = pkgs: |