From 20bc0d82086701fae8fe1053c637043cabb3579f Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Fri, 24 Oct 2025 14:54:35 +0200 Subject: [PATCH] Make default user trusted --- server/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/default.nix b/server/default.nix index 6901a2c..ce3f604 100644 --- a/server/default.nix +++ b/server/default.nix @@ -4,6 +4,8 @@ ./hardware-configuration.nix ]; + nix.settings.trusted-users = [ "thohlt" ]; + boot = { loader = { systemd-boot.enable = true;