This commit is contained in:
Lucy Hochkamp 2024-03-05 12:51:43 +01:00
parent 9ab8a19570
commit 2dcd176432
No known key found for this signature in database
8 changed files with 211 additions and 219 deletions

View file

@ -6,6 +6,12 @@
nix.package = pkgs.nixVersions.stable;
nix.settings.cores = 0; # use all cores
nix.settings.max-jobs = 10; # use all cores
nix.settings.experimental-features = [ "nix-command" "flakes" ];
security.pam.enableSudoTouchIdAuth = true;
programs.zsh.shellInit = ''
eval $(/opt/homebrew/bin/brew shellenv)'
'';
environment.systemPath = [ "/opt/homebrew/bin" "/opt/homebrew/sbin" ];
#nix.settings.auto-optimise-store = true;
nix.distributedBuilds = true;
nix.nixPath = [{ nixpkgs = "${inputs.nixpkgs-darwin.outPath}"; nixpkgs-master = "${inputs.nixpkgs-master.outPath}"; nixpkgs-nixos = "${inputs.nixpkgs.outPath}"; }];
@ -15,7 +21,7 @@
sshUser = "ragon";
maxJobs = 12;
hostName = "ds9";
sshKey = "/Users/ragon/.ssh/id_ed25519";
sshKey = "/Users/xyno/.ssh/id_ed25519";
publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUorQkJYdWZYQUpoeVVIVmZocWxrOFk0ekVLSmJLWGdKUXZzZEU0ODJscFYgcm9vdEBpc28K";
}
#{