even more home-manager
This commit is contained in:
parent
0502af997c
commit
bdf3284011
3 changed files with 22 additions and 3 deletions
|
|
@ -113,6 +113,26 @@
|
|||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
visionable = {
|
||||
hostname = "dswan.visionable.com";
|
||||
user = "ec2-user";
|
||||
};
|
||||
|
||||
dswan = {
|
||||
hostname = "dswan.iocom.com";
|
||||
user = "root";
|
||||
};
|
||||
|
||||
dustinswan = {
|
||||
hostname = "dustinswan.com";
|
||||
user = "dustinswan";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Dustin Swan";
|
||||
|
|
@ -136,6 +156,4 @@
|
|||
customRC = builtins.readFile ~/dotfiles/vimrc;
|
||||
};
|
||||
};
|
||||
|
||||
imports = [ ./linux.nix ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue