mirror of
https://github.com/blahai/nyx.git
synced 2025-06-10 10:53:04 -04:00
Radarr
This commit is contained in:
parent
9ec8779842
commit
84499d287f
3 changed files with 31 additions and 4 deletions
|
@ -71,11 +71,19 @@
|
|||
};
|
||||
|
||||
nix = {
|
||||
package = pkgs.lix;
|
||||
nixPath = ["nixpkgs=${config.nix.registry.nixpkgs.to.path}"];
|
||||
channel.enable = false;
|
||||
settings = {
|
||||
experimental-features = ["nix-command" "flakes" "auto-allocate-uids"];
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
"auto-allocate-uids"
|
||||
"pipe-operator"
|
||||
"recursive-nix"
|
||||
"ca-derivations"
|
||||
"dynamic-derivations"
|
||||
"fetch-closure"
|
||||
];
|
||||
max-jobs = "auto";
|
||||
sandbox = true;
|
||||
auto-optimise-store = true;
|
||||
|
|
|
@ -179,7 +179,16 @@
|
|||
nix = {
|
||||
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
|
||||
settings = {
|
||||
experimental-features = ["nix-command" "flakes" "auto-allocate-uids"];
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
"auto-allocate-uids"
|
||||
"pipe-operator"
|
||||
"recursive-nix"
|
||||
"ca-derivations"
|
||||
"dynamic-derivations"
|
||||
"fetch-closure"
|
||||
];
|
||||
max-jobs = "auto";
|
||||
sandbox = true;
|
||||
auto-optimise-store = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue