modules/darwin: remove @admin from trusted-users

moved to srvos
This commit is contained in:
zowoq 2025-01-13 15:21:43 +10:00
parent f3978a0030
commit 2919a58b28

View file

@ -14,6 +14,4 @@ in
inherit authorizedKeys;
};
};
nix.settings.trusted-users = [ "@admin" ];
}