From acdd36d8fe6eb3385370274b66bd3c2c1736c577 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 15 Nov 2024 19:17:56 +0530 Subject: update --- machines/x/configuration.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'machines/x') 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 ''; } -- cgit v1.2.3