summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/bash.nix2
-rw-r--r--flake.lock12
-rw-r--r--machines/x/configuration.nix1
3 files changed, 9 insertions, 6 deletions
diff --git a/config/bash.nix b/config/bash.nix
index ef93960..563a60f 100644
--- a/config/bash.nix
+++ b/config/bash.nix
@@ -37,6 +37,8 @@
bind '"\C-g": "sessionizer\n"'
bind '"\C-f": "sessionizer -cd\n"'
+
+ alias c="ssh root@cacer.local"
'';
};
}
diff --git a/flake.lock b/flake.lock
index 82707f6..32df989 100644
--- a/flake.lock
+++ b/flake.lock
@@ -7,11 +7,11 @@
]
},
"locked": {
- "lastModified": 1713391096,
- "narHash": "sha256-5xkzsy+ILgQlmvDDipL5xqAehnjWBenAQXV4/NLg2dE=",
+ "lastModified": 1713566308,
+ "narHash": "sha256-7Y91t8pheIzjJveUMAPyeh5NOq5F49Nq4Hl2532QpJs=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "f46814ec7cbef9c2aef18ca1cbe89f2bb1e8c394",
+ "rev": "057117a401a34259c9615ce62218aea7afdee4d3",
"type": "github"
},
"original": {
@@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1713248628,
- "narHash": "sha256-NLznXB5AOnniUtZsyy/aPWOk8ussTuePp2acb9U+ISA=",
+ "lastModified": 1713537308,
+ "narHash": "sha256-XtTSSIB2DA6tOv+l0FhvfDMiyCmhoRbNB+0SeInZkbk=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "5672bc9dbf9d88246ddab5ac454e82318d094bb8",
+ "rev": "5c24cf2f0a12ad855f444c30b2421d044120c66f",
"type": "github"
},
"original": {
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix
index 34f175b..459bfce 100644
--- a/machines/x/configuration.nix
+++ b/machines/x/configuration.nix
@@ -35,5 +35,6 @@
networking.extraHosts =
''
127.0.0.1 download.labsmartlis.local
+ 192.168.1.186 cacer.local
'';
}