diff options
-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") |