summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-04-26 10:36:01 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-04-26 10:36:01 +0530
commit69f757b3c5720d94c6cc111d8bb59e969423423a (patch)
tree30aace99a29cae099df7b8615a5f56ff4a172194
parentfd7eaea7fb4941b2e5c879e5d10f29de97add28c (diff)
update
-rw-r--r--config/bash.nix2
-rw-r--r--flake.lock12
-rw-r--r--machines/x/configuration.nix2
3 files changed, 6 insertions, 10 deletions
diff --git a/config/bash.nix b/config/bash.nix
index bf53bbd..563a60f 100644
--- a/config/bash.nix
+++ b/config/bash.nix
@@ -39,8 +39,6 @@
bind '"\C-f": "sessionizer -cd\n"'
alias c="ssh root@cacer.local"
- alias ub1="ssh ubuntu@ub1.local"
- alias ub2="ssh ubuntu@ub2.local"
'';
};
}
diff --git a/flake.lock b/flake.lock
index 57989c7..93d20be 100644
--- a/flake.lock
+++ b/flake.lock
@@ -7,11 +7,11 @@
]
},
"locked": {
- "lastModified": 1713789879,
- "narHash": "sha256-4Wt3Bg6uOnvwZcECBZaFEdzlWRlGLgd8DqLL4ugLdxg=",
+ "lastModified": 1714042918,
+ "narHash": "sha256-4AItZA3EQIiSNAxliuYEJumw/LaVfrMv84gYyrs0r3U=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "46833c3115e8858370880d892748f0927d8193c3",
+ "rev": "0c5704eceefcb7bb238a958f532a86e3b59d76db",
"type": "github"
},
"original": {
@@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1713714899,
- "narHash": "sha256-+z/XjO3QJs5rLE5UOf015gdVauVRQd2vZtsFkaXBq2Y=",
+ "lastModified": 1713895582,
+ "narHash": "sha256-cfh1hi+6muQMbi9acOlju3V1gl8BEaZBXBR9jQfQi4U=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "6143fc5eeb9c4f00163267708e26191d1e918932",
+ "rev": "572af610f6151fd41c212f897c71f7056e3fb518",
"type": "github"
},
"original": {
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix
index 5612c2f..8c77d84 100644
--- a/machines/x/configuration.nix
+++ b/machines/x/configuration.nix
@@ -44,7 +44,5 @@
''
127.0.0.1 download.labsmartlis.local
192.168.1.186 cacer.local c
- 192.168.1.16 ub1.local
- 192.168.1.17 ub2.local
'';
}