move common nix options into options/

This commit is contained in:
jacekpoz 2024-02-29 01:22:20 +01:00
parent 88a5ca1f6e
commit b456a7975e
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C
4 changed files with 2 additions and 14 deletions

View file

@ -24,15 +24,8 @@
nix = {
settings = {
experimental-features = [
"flakes"
"nix-command"
];
max-jobs = 3;
cores = 4;
auto-optimise-store = true;
keep-outputs = true;
keep-derivations = true;
substituters = [
"https://nix-community.cachix.org"
"https://nixpkgs-wayland.cachix.org"

View file

@ -3,6 +3,7 @@ _: {
../../options/boot/systemd-boot.nix
../../options/common/docs.nix
../../options/common/networking.nix
../../options/common/nix.nix
../../options/common/oomd.nix
../../options/common/pin-registry.nix
../../options/common/preserve-system.nix

View file

@ -31,15 +31,8 @@
nix = {
settings = {
experimental-features = [
"flakes"
"nix-command"
];
max-jobs = 3;
cores = 4;
auto-optimise-store = true;
keep-outputs = true;
keep-derivations = true;
substituters = [
"https://nix-community.cachix.org"
"https://nixpkgs-wayland.cachix.org"

View file

@ -5,6 +5,7 @@ _: {
../../options/common/docs.nix
../../options/common/gpu/amd.nix
../../options/common/networking.nix
../../options/common/nix.nix
../../options/common/oomd.nix
../../options/common/pin-registry.nix
../../options/common/preserve-system.nix