Make default user trusted

This commit is contained in:
thiloho
2025-10-24 14:54:35 +02:00
parent 41914eed51
commit 20bc0d8208

View File

@@ -4,6 +4,8 @@
./hardware-configuration.nix
];
nix.settings.trusted-users = [ "thohlt" ];
boot = {
loader = {
systemd-boot.enable = true;