diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-11-15 19:17:56 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-11-15 19:17:56 +0530 |
| commit | acdd36d8fe6eb3385370274b66bd3c2c1736c577 (patch) | |
| tree | b3590b66bee3ff274e4fcee1c68b691b4439b767 /machines/x | |
| parent | 3ee2c90e234cfc50faf894be47d5991b3c6ef29d (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | machines/x/configuration.nix | 10 |
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 ''; } |
