diff options
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 |
