1
0
mirror of https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git synced 2025-04-08 23:11:22 +02:00
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" ];
}