Update flake.lock, disable affinity, add SSH host
Refresh flake.lock with newer revisions for several packages, turn off the Affinity suite in the desktop configuration, and add a new SSH host entry for gitssh.garandplg.com with its own identity and port settings.
This commit is contained in:
@@ -15,6 +15,13 @@
|
||||
port = 22;
|
||||
identityFile = "~/.ssh/hp-t640-homeserver";
|
||||
};
|
||||
"gitssh.garandplg.com" = {
|
||||
hostname = "gitssh.garandplg.com";
|
||||
user = "git";
|
||||
port = 222;
|
||||
identityFile = "~/.ssh/id_ed25519_gitea";
|
||||
identitiesOnly = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user