From 85d30480a1907539855fedee6e6a02362e1895ba Mon Sep 17 00:00:00 2001 From: anemofilia Date: Thu, 10 Aug 2023 19:17:34 -0300 Subject: [PATCH] chore: declare root as a system account --- buer.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/buer.scm b/buer.scm index 90e5822..08bd699 100644 --- a/buer.scm +++ b/buer.scm @@ -92,6 +92,7 @@ (user-account (name "root") (password %root-password) + (system? #t) (home-directory "/root") (uid 0) (group "root")