add lillian to trusted users
This commit is contained in:
parent
6b3767a02e
commit
0e5714d6b4
|
@ -48,6 +48,7 @@
|
|||
nixPath = lib.mapAttrsToList (key: value: "${key}=${value.to.path}") config.nix.registry;
|
||||
|
||||
settings = {
|
||||
trusted-users = ["root" "lillian"];
|
||||
# Enable flakes and new 'nix' command
|
||||
experimental-features = "nix-command flakes";
|
||||
# Deduplicate and optimize nix store
|
||||
|
|
Loading…
Reference in a new issue