aboutsummaryrefslogtreecommitdiffstats
path: root/elisp/journalctl.el
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2024-12-21 12:32:04 +0100
committerOscar Najera <hi@oscarnajera.com>2024-12-21 12:32:04 +0100
commit135577a87247fff52b925afcd4a79b5c0d4f87d1 (patch)
tree8057201a680d4db520b11e762eca40fa61da02ca /elisp/journalctl.el
parent2a91cac9585b65a3aab38ffb33ebef9f399fc9bd (diff)
downloaddotfiles-135577a87247fff52b925afcd4a79b5c0d4f87d1.tar.gz
dotfiles-135577a87247fff52b925afcd4a79b5c0d4f87d1.tar.bz2
dotfiles-135577a87247fff52b925afcd4a79b5c0d4f87d1.zip
update sarah->nina host targets
Diffstat (limited to 'elisp/journalctl.el')
-rw-r--r--elisp/journalctl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/journalctl.el b/elisp/journalctl.el
index 84ec1e1..24ad862 100644
--- a/elisp/journalctl.el
+++ b/elisp/journalctl.el
@@ -106,7 +106,7 @@
(defcustom journalctl-hosts
'("/sudo::"
"/ssh:ingrid|sudo::"
- "/ssh:sarah|sudo::")
+ "/ssh:nina|sudo::")
"Valid hosts to connect for journal data."
:type (list 'string)
:group 'file)