aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2023-03-12 08:23:26 +0100
committerAdrian Kummerlaender2023-03-12 08:23:26 +0100
commit5641647adc26de01b8d257187923638404e81e90 (patch)
tree68513574f8ec151d42d12befa447058f80ce8792
parente06e83a6c5eafe884a63f8714c247e209c1e5dc4 (diff)
downloadnixos_home-5641647adc26de01b8d257187923638404e81e90.tar
nixos_home-5641647adc26de01b8d257187923638404e81e90.tar.gz
nixos_home-5641647adc26de01b8d257187923638404e81e90.tar.bz2
nixos_home-5641647adc26de01b8d257187923638404e81e90.tar.lz
nixos_home-5641647adc26de01b8d257187923638404e81e90.tar.xz
nixos_home-5641647adc26de01b8d257187923638404e81e90.tar.zst
nixos_home-5641647adc26de01b8d257187923638404e81e90.zip
Add atlas ssh alias
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 87b9303..0ccaa1b 100644
--- a/home.nix
+++ b/home.nix
@@ -51,7 +51,7 @@
hostname = "kummerlaender.eu";
user = "common";
};
- "majestix" = {
+ "atlas" = {
hostname = "10.100.0.3";
user = "common";
};