Add root to trusted users ?

This commit is contained in:
Théo Barnouin 2024-10-13 12:59:53 +02:00
parent 9154013843
commit f1361665e0

View file

@ -2,7 +2,7 @@
{
nix = {
settings.experimental-features = [ "nix-command" "flakes" ];
settings.trusted-users = [ "@wheel" ];
settings.trusted-users = [ "root" "@wheel" ];
};
networking = {