summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/home/christian.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/home/christian.nix b/modules/home/christian.nix
index b3e6b77..381f1bc 100644
--- a/modules/home/christian.nix
+++ b/modules/home/christian.nix
@@ -29,6 +29,15 @@
programs.bash.enable = true;
+ programs.ssh = {
+ enable = true;
+ matchBlocks = {
+ "myserver" = {
+ hostname = "192.168.0.111";
+ };
+ };
+ };
+
programs.git = {
enable = true;
settings.user.name = "Christian";