Add trusted-users

This commit is contained in:
Tristan D. 2024-08-21 12:24:21 +02:00
parent b665f66741
commit 74bdcac807
Signed by: tristan
SSH key fingerprint: SHA256:3RU4RLOoM8oAjFU19f1W6t8uouZbA7GWkaSW6rjp1k8

View file

@ -5,6 +5,7 @@
, lib
, ...
}: {
nix.settings.trusted-users = ["@wheel"];
users.users = {
tester = {
isNormalUser = true;