File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 ] ;
1515 sshAuthorizedKeys = [
1616 "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJeeoL1jwVSachA9GdJxm/5TgCRBULfSDGLyP/nfmkMq alex@DESKTOP-SVRV9Q8"
17- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINHzvsWFZdhRzAwWg3vP5g9ke6mYGFOCho4G7AllADbG alex@leviathan"
1817 ] ;
1918 defaultPosition = "owner" ;
2019 defaultShell = "fish" ;
Original file line number Diff line number Diff line change 3939 cmu = "clan machines update" ;
4040 cu = "clan machines update $hostname" ;
4141 cul = "clan machines update $hostname --target-host localhost" ;
42- coc = "cd $HOME/dev /onix-core" ;
43- cocn = "cd $HOME/dev /onix-core && nvim ." ;
42+ coc = "cd $HOME/git /onix-core" ;
43+ cocn = "cd $HOME/git /onix-core && nvim ." ;
4444 } ;
4545
4646 # Fish shell configuration
Original file line number Diff line number Diff line change 2020 # https://bmcgee.ie/posts/2023/12/til-how-to-optimise-substitutions-in-nix/
2121 http-connections = 64 ;
2222 max-substitution-jobs = 64 ;
23+ download-buffer-size = 268435456 ; # 256MB
2324
2425 max-jobs = 7 ; # Max parallel derivations locally
2526 # Prevent auto (256) which would cause massive overselling
You can’t perform that action at this time.
0 commit comments