mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: configure iamb
This commit is contained in:
parent
8d633714bb
commit
0f0303db83
2 changed files with 5 additions and 1 deletions
|
@ -34,6 +34,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.iamb = {
|
||||
enable = true;
|
||||
settings.profiles."matrix.org".user_id = "@youwen:matrix.org";
|
||||
};
|
||||
|
||||
# must set identitiesOnly since we are adding a ton of SSH keys to ssh-agent and it tries all of them
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue