diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-03-23 12:53:53 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-03-23 12:53:53 +0100 |
commit | 11c9b6f51149c7f27025273acf6585cfac54d849 (patch) | |
tree | 5470fcdcc9d7a07cdfc1c2a9efe531efe1afd471 | |
parent | 601c458215c1886e9c5a84ac9d74deb3dc5dede9 (diff) |
Move server ip to ssh config instead
-rw-r--r-- | desktop.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/desktop.scm b/desktop.scm index 3e97547..37a7305 100644 --- a/desktop.scm +++ b/desktop.scm @@ -53,11 +53,8 @@ 'ext4)) (type "ext4")) %base-file-systems)) + (host-name "tuxedo") - (hosts-file - (plain-file "hosts" - (string-append (local-host-aliases host-name) - "51.255.193.230 vps\n"))) (users (cons* (user-account (name "Ekaitz") |