gh: trust myself (nix)

This commit is contained in:
Sridhar Ratnakumar 2024-03-26 14:11:58 -04:00
parent ed7a56a26b
commit a3c11169fb

View file

@ -28,5 +28,6 @@ in
efi.canTouchEfiVariables = true;
};
};
nix.settings.trusted-users = [ "root" "@wheel" ];
services.openssh.enable = true;
}