diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-04-07 17:11:04 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-04-07 17:11:04 +0530 |
| commit | e8a6c4d26c4d7eb1ec4bdf04d8ef9f90b341d294 (patch) | |
| tree | c421951e41a92cd811167eaf6da5768b5a8a24d8 /machines/x | |
| parent | 416584b8f52867f6985a2457eaa65456695334d1 (diff) | |
updatet
Diffstat (limited to 'machines/x')
| -rw-r--r-- | machines/x/configuration.nix | 8 | ||||
| -rw-r--r-- | machines/x/home.nix | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 5cf5313..4efcae7 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -77,11 +77,7 @@ in { networking.extraHosts = '' 192.168.122.100 android 192.168.122.101 deb - 141.148.221.227 o - ''; - - programs.ssh.extraConfig = '' - Host o - User ubuntu + 192.168.122.102 testdb app.labsmartlis.local + 192.168.122.104 dev ''; } diff --git a/machines/x/home.nix b/machines/x/home.nix index b9d0563..c1e87ca 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -25,6 +25,8 @@ chromium spotify + postman + filezilla pcmanfm |
