forked from poz/niksos
move common nix options into options/
This commit is contained in:
parent
88a5ca1f6e
commit
b456a7975e
4 changed files with 2 additions and 14 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue