From 21b459b36e1042144874743e5e43eba8ab19e203 Mon Sep 17 00:00:00 2001 From: Josh Megnauth Date: Sun, 20 Oct 2024 12:32:19 +0000 Subject: [PATCH] fix: Invalid space in `/etc/hostname` --- config/base.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/base.toml b/config/base.toml index b92ee4b..6820a01 100644 --- a/config/base.toml +++ b/config/base.toml @@ -40,9 +40,7 @@ pcid /etc/pcid.d/ [[files]] path = "/etc/hostname" -data = """ -redox -""" +data = "redox" # https://www.freedesktop.org/software/systemd/man/latest/os-release.html [[files]]