pvv-nixos-config/misc/builder.nix
Daniel Olsen c4df999058 bob: init
Cool beeg nix builder
for now anyways
2023-11-05 06:06:57 +01:00

6 lines
71 B
Nix

{ ... }:
{
nix.settings.trusted-users = [ "@nix-builder-users" ];
}