adsd user to ssh config
This commit is contained in:
parent
2b74cf80e2
commit
2e46781189
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
home.username = "media";
|
||||
home.homeDirectory = "/home/media";
|
||||
home.stateVersion = "23.11";
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
imports = [
|
||||
inputs.impermanence.nixosModules.home-manager.impermanence
|
||||
|
@ -13,6 +13,7 @@
|
|||
enable = true;
|
||||
matchBlocks = {
|
||||
"git.bitlab21.com" = {
|
||||
user = "sam";
|
||||
identitiesOnly = true;
|
||||
identityFile = [ "~/.ssh/deploy_key-ssh-ed25519" ];
|
||||
};
|
||||
|
@ -46,4 +47,3 @@
|
|||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue