Conversation
Signed-off-by: Kenichi Kamiya <kachick1@gmail.com>
…shell executions" This reverts commit e966da7.
kachick
commented
Aug 10, 2023
| in | ||
| { | ||
| # https://github.com/nix-community/home-manager/blob/master/modules/services/ssh-agent.nix | ||
| services.ssh-agent.enable = if pkgs.stdenv.isLinux then true else false; |
Owner
Author
There was a problem hiding this comment.
https://unix.stackexchange.com/a/390631
> bat ~/.config/systemd/user/ssh-agent.service
───────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────
│ File: /home/kachick/.config/systemd/user/ssh-agent.service
───────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────
1 │ [Install]
2 │ WantedBy=default.target
3 │
4 │ [Service]
5 │ ExecStart=/nix/store/11p34v2dfzjavry4kmwlp4d8jhjz4c6c-openssh-9.3p2/bin/ssh-agent -D -a %t/ssh-agent
6 │
7 │ [Unit]
8 │ Description=SSH authentication agent
9 │ Documentation=man:ssh-agent(1)
Already exists 🤔
Owner
Author
There was a problem hiding this comment.
Owner
Author
There was a problem hiding this comment.
After it
> ps -ef | grep ssh
kachick 516 504 0 15:06 ? 00:00:00 /nix/store/11p34v2dfzjavry4kmwlp4d8jhjz4c6c-openssh-9.3p2/bin/ssh-agent -D -a /run/user/1000/ssh-agent
kachick 1225 652 0 15:07 pts/0 00:00:00 grep ssh
The new go script compiling is failed in macOS, this commit should fail
kachick
commented
Aug 10, 2023
| # TODO: How to cover lima? The default is /home/kachick.local | ||
| home.homeDirectory = if pkgs.stdenv.isDarwin then "/Users/${config.home.username}" else "/home/${config.home.username}"; | ||
|
|
||
| systemd.user.startServices = "sd-switch"; |
Owner
Author
There was a problem hiding this comment.
This makes following error after several changes, I know nothing about them 🤷♂️
thread 'main' panicked at 'Error switching: Failed to connect to socket /run/user/1000/bus
Owner
Author
|
kachick
added a commit
to kachick/kachick.github.io
that referenced
this pull request
Sep 12, 2023
Resolves #93 relate to kachick/dotfiles#311 kachick/dotfiles#263, kachick/dotfiles#264
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
May relate to #262