summaryrefslogtreecommitdiff
path: root/machines/x/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/x/configuration.nix')
-rw-r--r--machines/x/configuration.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix
index c26d6b5..3941514 100644
--- a/machines/x/configuration.nix
+++ b/machines/x/configuration.nix
@@ -64,8 +64,14 @@ in {
};
};
- networking.extraHosts =
- ''
+ networking.extraHosts = ''
192.168.122.100 android
+ 192.168.122.101 deb
+ 141.148.221.227 o
+ '';
+
+ programs.ssh.extraConfig = ''
+ Host o
+ User ubuntu
'';
}