global/nix: sort toggle options
This commit is contained in:
parent
78d23a145b
commit
be65c40735
1 changed files with 3 additions and 4 deletions
|
@ -12,12 +12,11 @@ with lib;
|
||||||
experimental-features = [ "flakes" "nix-command" "impure-derivations" "no-url-literals" "repl-flake" ];
|
experimental-features = [ "flakes" "nix-command" "impure-derivations" "no-url-literals" "repl-flake" ];
|
||||||
|
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
fallback = true;
|
||||||
|
keep-derivations = true;
|
||||||
|
keep-outputs = true;
|
||||||
sandbox = true;
|
sandbox = true;
|
||||||
use-xdg-base-directories = true;
|
use-xdg-base-directories = true;
|
||||||
keep-outputs = true;
|
|
||||||
keep-derivations = true;
|
|
||||||
fallback = true;
|
|
||||||
|
|
||||||
flake-registry = "${inputs.flake-registry}/flake-registry.json";
|
flake-registry = "${inputs.flake-registry}/flake-registry.json";
|
||||||
secret-key-files = mkIf config.modules.secrets.enable config.secrets.binary-cache-private-key;
|
secret-key-files = mkIf config.modules.secrets.enable config.secrets.binary-cache-private-key;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue