modify remote settings, etc

This commit is contained in:
Miranda Marquez 2024-04-28 14:48:55 -08:00
parent 4c18305aa8
commit 8d588e6b89
2 changed files with 4 additions and 2 deletions

View File

@ -25,7 +25,7 @@ with lib.hm.gvariant;
pkgs.eza pkgs.eza
pkgs.python3 pkgs.python3
pkgs.unzip pkgs.unzip
pkgs.devenv
# pkgs.gnupg # pkgs.gnupg
# pkgs.python3 # pkgs.python3
# (pkgs.python3.withPackages( # (pkgs.python3.withPackages(

View File

@ -2,10 +2,12 @@
{ {
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.extra-experimental-features = [ "nix-command" "flakes" ]; nix.settings.extra-experimental-features = [ "nix-command" "flakes" ];
nix.settings.cores = 2;
nix.settings.max-jobs = 4;
nix.buildMachines = [{ nix.buildMachines = [{
hostName = "unicron"; hostName = "unicron";
system = "x86_64-linux"; system = "x86_64-linux";
protocol = "ssh-ng"; protocol = "ssh";
maxJobs = 0; maxJobs = 0;
}]; }];
nix.distributedBuilds = true; nix.distributedBuilds = true;