updates for ssh

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-12-20 01:38:55 -06:00
parent ad48b00fd8
commit 483f72c776
3 changed files with 10 additions and 6 deletions

8
flake.lock generated
View file

@ -1438,11 +1438,11 @@
"rust-overlay": "rust-overlay_4" "rust-overlay": "rust-overlay_4"
}, },
"locked": { "locked": {
"lastModified": 1732677192, "lastModified": 1734680189,
"narHash": "sha256-Q8Tv53BKkdf4g01+NGqnly+hE+vIyBnloz4QG8NXMaw=", "narHash": "sha256-2ounQjXWJQU9u62N9zG5s/JNZJdyF6mtZwtM4YzDeNU=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "09a457218ae1973ca4a6da526b51ac6a98749038", "rev": "4f9f3f498d8c08cce47631492b0951b1f7998083",
"revCount": 44, "revCount": 50,
"type": "git", "type": "git",
"url": "ssh://git.joshuabell.xyz:3032/stormd" "url": "ssh://git.joshuabell.xyz:3032/stormd"
}, },

View file

@ -49,7 +49,6 @@ in
]; ];
}; };
# rate limiting for github # rate limiting for github
nix.extraOptions = '' nix.extraOptions = ''
keep-outputs = true keep-outputs = true
@ -111,6 +110,11 @@ in
LC_TIME = defaultLocal; LC_TIME = defaultLocal;
}; };
# make shutdown faster for waiting
systemd.extraConfig = ''
DefaultTimeoutStopSec=15s
'';
# Some basics # Some basics
nixpkgs.config.allowUnfree = settings.allowUnfree; nixpkgs.config.allowUnfree = settings.allowUnfree;
nixpkgs.config.allowUnfreePredicate = (pkg: true); nixpkgs.config.allowUnfreePredicate = (pkg: true);

View file

@ -28,7 +28,7 @@
}; };
"oren" = { "oren" = {
identityFile = age.secrets.nix2oren.path; identityFile = age.secrets.nix2oren.path;
# hostname = "10.20.40.104"; hostname = "10.20.40.105";
user = "josh"; user = "josh";
}; };
"joe" = { "joe" = {