Add myself to nix.settings.trusted-users to make stuff happy again.

This commit is contained in:
Whovian NTSN 2024-11-26 11:41:56 -05:00
parent d217662e1d
commit 18fb4866d2

View file

@ -1,5 +1,7 @@
{
nix.settings = {
trusted-users = [ "whovian" ];
extra-substituters = [
"https://cache.lix.systems"
];