add wheel users to trustedUsers

this is required for remote nixos-rebuild
This commit is contained in:
Andreas Zweili 2022-01-21 13:12:08 +01:00
parent 0f925d2472
commit 77cd5a805d
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ in
dates = "daily";
options = "--delete-older-than 7d";
};
trustedUsers = [ "root" "@wheel" ];
};