Unverified Commit e63386d6 authored by Lassulus's avatar Lassulus Committed by GitHub
Browse files

Merge pull request #247751 from Mic92/installation-device-trusted-users

nixos/installation-device: allow nix-copy for root/nixos user
parents 9535d51d 1f1a758e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -120,5 +120,8 @@ with lib;
      [PStore]
      Unlink=no
    '';

    # allow nix-copy to live system
    nix.settings.trusted-users = [ "root" "nixos" ];
  };
}