fix: mise, ssh, nix

mise: rebuild took more than 10 minutes - cause not found
ssh: host Github alias doesn't work. replace with `github.com`
nix: use nix latest version
This commit is contained in:
Poby 2026-04-17 00:37:59 +09:00
parent f103e93429
commit 8b537c2d14
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
programs.mise = {
enable = false;
enable = true;
globalConfig = {
tools = {

View file

@ -4,7 +4,7 @@
enableDefaultConfig = false;
matchBlocks = {
"*" = {};
"Github" = {
"github.com" = {
hostname = "github.com";
user = "git";
identitiesOnly = true;

View file

@ -6,7 +6,7 @@
}: {
nix = {
enable = true;
package = pkgs.nix;
package = pkgs.nixVersions.latest;
settings = {
experimental-features = [