Skip to content

Commit d59303a

Browse files
committed
leviathan core tweaks, ssh key removal, shell tweaks
1 parent b700749 commit d59303a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

inventory/core/roster.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ let
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";

inventory/home-profiles/alex/base/shell.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
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

machines/leviathan/configuration.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ _: {
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

0 commit comments

Comments
 (0)